mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
; There is no parser for assembly language yet. Add an injection here when we
|
||||
; have a parser.
|
||||
; ((asmBody) @injection.content
|
||||
; (#set! injection.language "asm"))
|
||||
((asmBody) @injection.content
|
||||
(#set! injection.language "asm"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue