mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat(t32)!: update parser and queries (#8276)
`trace32_hll_variable` has been removed from the grammar. The queries are now capturing `symbol` instead. `symbol` is highlighted as variable or constant.
This commit is contained in:
parent
f46e3a09bd
commit
b50774079a
6 changed files with 17 additions and 13 deletions
|
|
@ -2271,7 +2271,7 @@ return {
|
|||
},
|
||||
t32 = {
|
||||
install_info = {
|
||||
revision = '2f604ad17a15c09d99648199da7f173eed8250dc',
|
||||
revision = '056123923a10e3d537914885cfbacf79cd644e40',
|
||||
url = 'https://github.com/xasc/tree-sitter-t32',
|
||||
},
|
||||
maintainers = { '@xasc' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue