Skip to content

Commit 133a891

Browse files
committed
fix color of ---@type {}[]
1 parent fe39274 commit 133a891

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
@@ -719,7 +719,7 @@
719719
"name": "storage.type.generic.lua"
720720
},
721721
{
722-
"match": "[\\{\\}\\:\\,\\?\\|][ \\t]*",
722+
"match": "[\\{\\}\\:\\,\\?\\|\\[\\]][ \\t]*",
723723
"name": "keyword.operator.lua"
724724
},
725725
{

0 commit comments

Comments
 (0)