Skip to content

Commit 5096b50

Browse files
committed
update syntaxes tokens
1 parent 090c8f5 commit 5096b50

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

syntaxes/lua.tmLanguage.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,21 @@
352352
"name": "comment.line.double-dash.lua"
353353
}
354354
]
355+
},
356+
{
357+
"begin": "\\/\\*",
358+
"beginCaptures": {
359+
"0": {
360+
"name": "punctuation.definition.comment.begin.lua"
361+
}
362+
},
363+
"end": "\\*\\/",
364+
"endCaptures": {
365+
"0": {
366+
"name": "punctuation.definition.comment.end.lua"
367+
}
368+
},
369+
"name": "comment.block.lua"
355370
}
356371
]
357372
},

0 commit comments

Comments
 (0)