-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
Currently, LaTeX blocks are highlighted they are in this form:
```latex
```
However, they are not highlighted when the Pandoc literal syntax is used ({=latex}):
```{=latex}
```
I think that detecting the language when it is enclosed inside ={} would be useful and not difficult to implement.
Thanks!
Describe the solution you'd like
Detecting the language of the codeblock when it is enclosed inside ={}.
Describe alternatives you've considered
No response
Additional context
No response
pbsds
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request