Skip to content

Commit 7fcbf02

Browse files
committed
fix color
1 parent 31d087e commit 7fcbf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/lua.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
"end": "(?=[\\s\\)\\,\\?\\:\\}\\|])",
728728
"patterns": [
729729
{
730-
"match": "([a-zA-Z0-9_\\.\\*\\[\\]\\<\\>\\,\\-]*)(?<!,)[ \\t]*",
730+
"match": "([a-zA-Z0-9_\\.\\*\\[\\]\\<\\>\\,\\-]+)(?<!,)[ \\t]*",
731731
"name": "support.type.lua"
732732
},
733733
{

0 commit comments

Comments
 (0)