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
a13fd2709b
commit
d2d1d1cc99
|
@ -27,7 +27,7 @@ parser_config.dfraw = {
|
||||||
used_by = { 'dfraw' }
|
used_by = { 'dfraw' }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Wrap in `lua << EOF` and `EOF` to use in `init.vim`.
|
Wrap in `lua << EOF` and `EOF` to use in `init.vim`.\
|
||||||
Then run `:TSInstall dfraw` to install the parser.
|
Then run `:TSInstall dfraw` to install the parser.
|
||||||
|
|
||||||
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`.
|
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`.
|
||||||
|
|
Loading…
Reference in New Issue