Skip to content

Commit e9d1021

Browse files
committed
[JS] Fix typo in function calls
1 parent 477c101 commit e9d1021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/fjsx15/function-call.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variables:
2121
[$_[:alpha:]]
2222
[$_[:alnum:]]*
2323
24-
comment: /*.+?*/
24+
comment: /\*.*?\*/
2525

2626
genericArguments: |
2727
(<

0 commit comments

Comments
 (0)