diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-11-01 13:38:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 13:38:47 +0100 |
commit | 582c044dbe2b2bc4c74212b5ed8660c20fa1fd99 (patch) | |
tree | a56e2e7a3b2236bd894634b66104c50c6912eddc /runtime/queries/lua/highlights.scm | |
parent | c46d46e9f11a9960fcf9c498ecc72be4c416cfa5 (diff) | |
download | rneovim-582c044dbe2b2bc4c74212b5ed8660c20fa1fd99.tar.gz rneovim-582c044dbe2b2bc4c74212b5ed8660c20fa1fd99.tar.bz2 rneovim-582c044dbe2b2bc4c74212b5ed8660c20fa1fd99.zip |
build(deps): bump lua parser to v0.0.14 (#20897)
Diffstat (limited to 'runtime/queries/lua/highlights.scm')
-rw-r--r-- | runtime/queries/lua/highlights.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/lua/highlights.scm b/runtime/queries/lua/highlights.scm index 054d787932..2c0dc5447a 100644 --- a/runtime/queries/lua/highlights.scm +++ b/runtime/queries/lua/highlights.scm @@ -131,6 +131,11 @@ ((identifier) @variable.builtin (#eq? @variable.builtin "self")) +(variable_list + attribute: (attribute + (["<" ">"] @punctuation.bracket + (identifier) @attribute))) + ;; Constants ((identifier) @constant |