Skip to content

Commit b7d8cdd

Browse files
authored
Remove /** */ auto-closing from gitignore syntax (microsoft#273553)
Fixes microsoft#273372
1 parent 4c6d0ba commit b7d8cdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/git-base/languages/ignore.language-configuration.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
{ "open": "(", "close": ")" },
99
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
1010
{ "open": "\"", "close": "\"", "notIn": ["string"] },
11-
{ "open": "`", "close": "`", "notIn": ["string", "comment"] },
12-
{ "open": "/**", "close": " */", "notIn": ["string"] }
11+
{ "open": "`", "close": "`", "notIn": ["string", "comment"] }
1312
]
1413
}

0 commit comments

Comments
 (0)