mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
injections(julia): add markdown
This commit is contained in:
parent
9018fb26cc
commit
e973a5cbb2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
; TODO: re-add when markdown is added.
|
((string_literal) @markdown
|
||||||
; ((triple_string) @markdown
|
(#match? @markdown "^\"\"\"")
|
||||||
; (#offset! @markdown 0 3 0 -3))
|
(#offset! @markdown 0 3 0 -3))
|
||||||
|
|
||||||
[
|
[
|
||||||
(line_comment)
|
(line_comment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue