mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
11 lines
246 B
Scheme
11 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))
|