/sylt.nvim

sylt.nvim

Primary LanguageLua

sylt.nvim

A neovim plugin for sylt-lang. This includes a filetype and a tree-sitter parser with queries for highlights, indents, injections and locals. This plugin is still a work in progress!

Installation

Installation should be simple. Below is an example using lazy.nvim.

lazy.nvim

{
   'Quaqqer/sylt.nvim',
   dependencies = 'nvim-treesitter/nvim-treesitter',
   config = true,
   build = function()
      require('sylt').install_treesitter()
   end,
}

Demo

Image of code highlighting