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 committed by Dirk Baeumer
parent 8178df7a1f
commit 84f154b794

View file

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