1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/nvim-treesitter/queries/objc/injections.scm

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))