-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Use cases:
- When write code, we may need to write some inline documents, which may contains code examples.
- When write docs such as
markdownor other format, it is causal to have a code block. - String literals in code may contains code from other language, such as
sqlquery.
Attempts:
- Add multiple parsers
- Add queries of multiple languages Using queries in nvim-treesitter, eliminated hard-coded path. #12
Reactions are currently unavailable