tree-sitter-dfraw/README.md

11 lines
582 B
Markdown
Raw Normal View History

2021-09-24 00:32:44 +03:00
# tree-sitter-dfraw
A simple language parser and highlighter made with [tree-sitter]("https://github.com/tree-sitter/tree-sitter")
2021-09-24 00:56:46 +03:00
# Using with [nvim-treesitter]("https://github.com/nvim-treesitter/nvim-treesitter")
Please refer to the [adding parsers]("https://github.com/nvim-treesitter/nvim-treesitter#advanced-setup") 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.