Lua: update some queries

- Basic textobjects
- Highlighting punctuation symbols
This commit is contained in:
Santos Gallegos 2020-07-27 20:00:18 -05:00 committed by Thomas Vigouroux
parent 6f9e5bf23f
commit b8e3a2dc65
2 changed files with 12 additions and 0 deletions

View file

@ -59,6 +59,15 @@
"#"
] @operator
;; Brackets
[
"("
")"
"["
"]"
"{"
"}"
] @punctuation.bracket
;; Constants
[

View file

@ -0,0 +1,3 @@
(function) @function.outer
(local_function) @function.outer