DariusCorvus / tree-sitter-language-injection.nvim

A NVIM Plugin which applies inline language injections, when a string above contains the name of the language or the string contains a comment with the language name.
16 stars 3 forks source link

Dev: made it configurable #3

Closed DariusCorvus closed 2 weeks ago

DariusCorvus commented 2 weeks ago

Now its possible to add languages and their treesitter scm quiries via the setup.

before the configuration: Screenshot 2024-10-10 111556

configuration: Screenshot 2024-10-10 111439

after the configuration: Unbenannt