mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
10 lines
246 B
Scheme
10 lines
246 B
Scheme
; inherits: c
|
|
|
|
; TODO(amaanq): uncomment/add when I add asm support
|
|
; (ms_asm_block "{" _ @asm "}")
|
|
;
|
|
; ((asm_specifier (string_literal) @asm)
|
|
; (#offset! @asm 0 1 0 -1))
|
|
;
|
|
; ((asm_statement (string_literal) @asm)
|
|
; (#offset! @asm 0 1 0 -1))
|