mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
`trace32_hll_variable` has been removed from the grammar. The queries are now capturing `symbol` instead. `symbol` is highlighted as variable or constant.
39 lines
833 B
Text
39 lines
833 B
Text
WinPOS ,,1000.,,,,myWatchWindow
|
|
; ^ @number
|
|
|
|
PRinTer.OPEN "~~~/varwatch.txt" ASCIIE
|
|
; ^ @string
|
|
|
|
sYmbol.NEW _InitialSP 0x34000100
|
|
; ^ @number
|
|
|
|
DO ~~~~/test.cmm
|
|
; ^ @string.special.path
|
|
|
|
WAIT 1.ns
|
|
; ^ @number.float
|
|
|
|
SYStem.JtagClock 100.GHZ
|
|
; ^ @number.float
|
|
|
|
DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
|
|
; ^ @constant.builtin
|
|
|
|
List `main`
|
|
; ^ @variable
|
|
|
|
&range = 'a'--'z'||'0'--'9'
|
|
; ^ @character
|
|
; ^ @operator
|
|
; ^ @character
|
|
|
|
Data.Set N: 0xffff800000 0y0011xx01xx&&a
|
|
; ^ @constant.builtin
|
|
; ^ @number
|
|
; ^ @number
|
|
; ^ @operator
|
|
|
|
WinPOS 0% 85% 100% 15%
|
|
; ^ @number.float
|
|
|
|
// vim: set ft=t32:
|