mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
feat(pascal): Add asm language injection for Pascal
This commit is contained in:
parent
d2ff400641
commit
bf18d4dc8d
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
((comment) @injection.content
|
((comment) @injection.content
|
||||||
(#set! injection.language "comment"))
|
(#set! injection.language "comment"))
|
||||||
|
|
||||||
; There is no parser for assembly language yet. Add an injection here when we
|
((asmBody) @injection.content
|
||||||
; have a parser.
|
(#set! injection.language "asm"))
|
||||||
; ((asmBody) @injection.content
|
|
||||||
; (#set! injection.language "asm"))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue