build(deps): bump lua parser to v0.0.14 (#20897)

This commit is contained in:
Christian Clason
2022-11-01 13:38:47 +01:00
committed by GitHub
parent c46d46e9f1
commit 582c044dbe
2 changed files with 7 additions and 2 deletions

View File

@@ -131,6 +131,11 @@
((identifier) @variable.builtin
(#eq? @variable.builtin "self"))
(variable_list
attribute: (attribute
(["<" ">"] @punctuation.bracket
(identifier) @attribute)))
;; Constants
((identifier) @constant