Fix 27195

Make sure we handle the case of `/**/` properly in json files
This commit is contained in:
Matt Bierner 2017-05-24 13:54:05 -07:00
parent d1b366fe33
commit 7236f4a191

View file

@ -98,7 +98,7 @@
<array>
<dict>
<key>begin</key>
<string>/\*\*</string>
<string>/\*\*(?!/)</string>
<key>captures</key>
<dict>
<key>0</key>