Neovim Treesitter ConfigTo enable syntax highlighting in Neovim with Treesitter, create the following file:~/.config/nvim/after/queries/elixir/injections.scm; extends ; Svelte (sigil (sigil_name) @_sigil_name (
Neovim Treesitter Config To enable syntax highlighting in Neovim with Treesitter, create the following file: ~/.config/nvim/after/queries/elixir/injections.scm ; extends ; Svelte (sigil (sigil_name) @_sigil_name (quoted_content) @svelte (#eq? @_sigil_name "V")) ...
To enable syntax highlighting in Neovim with Treesitter, create the following file: ~/.config/nvim/after/queries/elixir/injections.scm ; extends ; Svelte (sigil (sigil_name) @_sigil_name (quoted_content) @svelte (#eq? @_sigil_name "V")) ...
To enable syntax highlighting in Neovim with Treesitter, create the following file: ~/.config/nvim/after/queries/elixir/injections.scm Also make sure Svelte and Elixir is installed in Treesitter. Options Options can be passed in the mount by settingsvelte_opts, check the following example: ...