Skip to content

Commit e968877

Browse files
committed
update color for ---@async
1 parent 7a1c140 commit e968877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

syntaxes/lua.tmLanguage.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,10 @@
695695
}
696696
]
697697
},
698+
{
699+
"match": "(?<=---\\s*)@(async)",
700+
"name": "storage.type.annotation.lua"
701+
},
698702
{
699703
"begin": "(?<=---)\\|\\s*[\\>\\+]?",
700704
"beginCaptures": {

0 commit comments

Comments
 (0)