Skip to content

Commit ce865b6

Browse files
committed
Do not allow documentation comments to start with /***
Using more than two * is not allowed by JSDoc.
1 parent f3426a8 commit ce865b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/JavaScript.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@
11451145
<array>
11461146
<dict>
11471147
<key>begin</key>
1148-
<string>/\*\*(?!/)</string>
1148+
<string>/\*\*(?!/|\*)</string>
11491149
<key>beginCaptures</key>
11501150
<dict>
11511151
<key>0</key>

0 commit comments

Comments
 (0)