Skip to content

Commit 07439ae

Browse files
committed
Fix specs and matching of empty /**/ tokens
1 parent f3d508e commit 07439ae

File tree

3 files changed

+1052
-596
lines changed

3 files changed

+1052
-596
lines changed

grammars/javascript.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,8 +1891,8 @@
18911891
'name': 'punctuation.section.begin.comment.js'
18921892
'2':
18931893
'name': 'punctuation.section.end.comment.js'
1894-
'match': '(/\\*)(\\*/)'
1895-
'name': 'comment.block.empty.js'
1894+
'match': '(/\\*)(\\*/)'
1895+
'name': 'comment.block.empty.js'
18961896
}
18971897
{
18981898
'begin': '/\\*\\*'

0 commit comments

Comments
 (0)