Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 673 Bytes

Nvim-treesitter modules are deprecated and will be removed; new tree-sitter based plugins should be standalone.

module-template

A repository template to create you own nvim-treesitter module !

Please find below the list of things you will need to do to get going !

TODO (for you)

After using this template, you will need to :

  • Rename every from example-module to the actual name of your module
  • Maybe rename the queries.
  • Send us a message here : Gitter
  • Code your module !