mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(t32)!: update queries for new HLL node types
- Lock grammar to version 2.1.1 - Update query for syntax hightlighting - fix missing locals query - reduce number of "(identifier) @variable" highlight queries - revert to capture @function.builtin for PRACTICE call expressions
This commit is contained in:
parent
e8648569d8
commit
2fb7359828
3 changed files with 119 additions and 26 deletions
|
|
@ -1512,7 +1512,7 @@ list.t32 = {
|
|||
install_info = {
|
||||
url = "https://codeberg.org/xasc/tree-sitter-t32",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
revision = "1dd98248b01e4a3933c1b85b58bab0875e2ba437",
|
||||
revision = "767f3c52fe649e4a6ab3551ac287e5b6038c9148",
|
||||
},
|
||||
maintainers = { "@xasc" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue