mirror of
https://github.com/JellyApple102/tree-sitter-dfraw.git
synced 2024-11-22 14:09:20 +02:00
update README
This commit is contained in:
parent
94f823b6f8
commit
d2e3da39d4
|
@ -1,10 +1,10 @@
|
|||
# tree-sitter-dfraw
|
||||
|
||||
A simple language parser and highlighter made with [tree-sitter]("https://github.com/tree-sitter/tree-sitter")
|
||||
A simple language parser and highlighter made with [tree-sitter](https://github.com/tree-sitter/tree-sitter)
|
||||
|
||||
# Using with [nvim-treesitter]("https://github.com/nvim-treesitter/nvim-treesitter")
|
||||
# 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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue