This commit is contained in:
2026-01-23 05:00:24 -06:00
parent 0a9ae78dbd
commit 7ad098cef5
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
},
{
"name": "keyword.crosslang",
"match": "\\b(var|const|func|class|public|private|protected|static|operator|embed|embeddir|embedstrm|comptime|async)\\b"
"match": "\\b(meta|var|const|func|class|public|private|protected|static|operator|embed|embeddir|embedstrm|comptime|async)\\b"
}
]
},