Skip to content

Commit 4772589

Browse files
committed
--- @param
1 parent a929d07 commit 4772589

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
@@ -182,7 +182,7 @@
182182
"name": "comment.line.double-dash.lua",
183183
"patterns": [
184184
{
185-
"match": "-+(@\\w+)",
185+
"match": "-+\\s*(@\\w+)",
186186
"captures": {
187187
"1": {
188188
"name": "keyword.other.documentation.lua"

0 commit comments

Comments
 (0)