mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Fix Markdown Metadata (#3400)
This commit is contained in:
parent
21f2affa16
commit
1eeca10675
@ -7,9 +7,7 @@
|
||||
|
||||
((html_block) @injection.content (#set! injection.language "html") (#set! injection.include-unnamed-children))
|
||||
|
||||
([
|
||||
(minus_metadata)
|
||||
(plus_metadata)
|
||||
] @injection.content (#set! injection.language "yaml") (#set! injection.include-unnamed-children))
|
||||
((minus_metadata) @injection.content (#set! injection.language "yaml") (#set! injection.include-unnamed-children))
|
||||
((plus_metadata) @injection.content (#set! injection.language "toml") (#set! injection.include-unnamed-children))
|
||||
|
||||
((inline) @injection.content (#set! injection.language "markdown.inline") (#set! injection.include-unnamed-children))
|
||||
|
Loading…
Reference in New Issue
Block a user