dataview js I think?
This commit is contained in:
parent
ec23b6e922
commit
e3206b02c1
1 changed files with 7 additions and 0 deletions
7
after/queries/markdown/injections.scm
Normal file
7
after/queries/markdown/injections.scm
Normal file
|
@ -0,0 +1,7 @@
|
|||
;extends
|
||||
|
||||
(fenced_code_block
|
||||
((info_string) @_lang
|
||||
(#match? @_lang "(dataviewjs)"))
|
||||
(code_fence_content) @javascript
|
||||
)
|
Loading…
Reference in a new issue