mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -20,7 +20,7 @@ DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
|
|||
; ^ @constant.builtin
|
||||
|
||||
List `main`
|
||||
; ^ @string.special.symbol
|
||||
; ^ @variable
|
||||
|
||||
&range = 'a'--'z'||'0'--'9'
|
||||
; ^ @character
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue