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> <array>
<dict> <dict>
<key>begin</key> <key>begin</key>
<string>/\*\*</string> <string>/\*\*(?!/)</string>
<key>captures</key> <key>captures</key>
<dict> <dict>
<key>0</key> <key>0</key>