tree-sitter-dfraw/README.md
2021-09-23 17:56:46 -04:00

582 B

tree-sitter-dfraw

A simple language parser and highlighter made with tree-sitter

Using with nvim-treesitter

Please refer to the adding parsers section on the nvim-treesitter page.

In order for syntax highlighting to work you copy queries/highlights.scm file from this repo to your nvim-treesitter location queries/dfraw/highlights.scm. More information can be found on the nvim-treesitter page.