Skip to content

DrWursterich/tree-sitter-spml

Repository files navigation

tree-sitter-spml

SPML grammar for tree-sitter.

features

install

neovim

  • install nvim-treesitter
  • build tree-sitter-spml with make
  • copy or link the build libtree-sitter-spml.so into the nvim-treesitter/parsers/ directory under the name spml
  • copy or link all .scm files inside of the queries/ directory into a new nvim-treesitter/queries/spml directory
  • optionally invoke :TSInstall java, :TSInstall javascript and :TSInstall css from inside neovim