Remove /** */ auto-closing from gitignore syntax (#273553)

Fixes #273372
This commit is contained in:
Kyle Cutler
2025-10-27 16:33:21 +01:00
committed by GitHub
parent 4c6d0bac16
commit b7d8cdd64d

View File

@@ -8,7 +8,6 @@
{ "open": "(", "close": ")" },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "`", "close": "`", "notIn": ["string", "comment"] },
{ "open": "/**", "close": " */", "notIn": ["string"] }
{ "open": "`", "close": "`", "notIn": ["string", "comment"] }
]
}