This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-10 07:20:06 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
350e7e5e31
nvim-treesitter
/
queries
/
markdown_inline
/
injections.scm
3 lines
42 B
Scheme
Raw
Normal View
History
Unescape
Escape
feat(markdown)!: switch to split parser (#3048) * switch to split markdown parser with separate block and inline parsers to improve performance * add exclude_children! directive (useful for something like Injected markdown incorrectly highlights indented docstrings #2212) * split markdown queries into block and inline ones and add the injection for inline into block grammar * add include_dir option to parser configs (needed because the two grammars don't live in the repos root directory) BREAKING CHANGE: downstream queries need to be adapted to new parser
2022-06-26 18:02:29 +02:00
(
(
html_tag
)
@html
)
feat(markdown): add latex injections added in https://github.com/MDeiml/tree-sitter-markdown/pull/71
2023-02-05 13:44:42 +01:00
(
(
latex_block
)
@latex
)
Reference in a new issue
Copy permalink