Skip to content

Commit 84f154b

Browse files
mjbvzdbaeumer
authored andcommitted
Fix 27195
Make sure we handle the case of `/**/` properly in json files
1 parent 8178df7 commit 84f154b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/json/syntaxes/JSON.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<array>
9999
<dict>
100100
<key>begin</key>
101-
<string>/\*\*</string>
101+
<string>/\*\*(?!/)</string>
102102
<key>captures</key>
103103
<dict>
104104
<key>0</key>

0 commit comments

Comments
 (0)