mirror of https://github.com/helix-editor/helix
Julia queries: update grammar, fix breaking changes
parent
2b16fd43f9
commit
77f11bf272
@ -1,5 +1,8 @@
|
|||||||
((triple_string) @injection.content
|
; ((string_literal) @injection.content
|
||||||
(#set! injection.language "markdown"))
|
; (#set! injection.language "markdown"))
|
||||||
|
|
||||||
((comment) @injection.content
|
; ((line_comment) @injection.content
|
||||||
(#set! injection.language "comment"))
|
; (#set! injection.language "comment"))
|
||||||
|
|
||||||
|
; ((block_comment) @injection.content
|
||||||
|
; (#set! injection.language "comment"))
|
||||||
|
Loading…
Reference in New Issue