tree-sitter-icelang
icelang grammar for tree-sitter
Build
# install tree-sitter-cli with cargo or npm
# or
# generate parser
Neovim
To use it in Neovim, you have install the parser manually by adding the following code in your nvim-treesitter configuration, and run :TSInstall icelang
.
local parser_config = require.
parser_config. =
To get syntax highlightings, folds and indents, you can use the repository as plugin by installing it with your package manager.
Lazy:
return
Packer:
use