mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix 27195
Make sure we handle the case of `/**/` properly in json files
This commit is contained in:
committed by
Dirk Baeumer
parent
8178df7a1f
commit
84f154b794
@@ -98,7 +98,7 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>begin</key>
|
||||
<string>/\*\*</string>
|
||||
<string>/\*\*(?!/)</string>
|
||||
<key>captures</key>
|
||||
<dict>
|
||||
<key>0</key>
|
||||
|
||||
Reference in New Issue
Block a user