feat(pascal): Add asm language injection for Pascal

This commit is contained in:
Philip Zander 2025-02-20 18:00:06 +01:00 committed by Christian Clason
parent d2ff400641
commit bf18d4dc8d

View file

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