aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTravonteD <tman1300@aol.com>2020-06-19 09:59:27 -0400
committerTravonteD <tman1300@aol.com>2020-06-20 09:03:39 -0400
commit0f836e060266c73e77871bd85b91f4159556035d (patch)
treeec3458ca006ac42e71323acbcb181ad601f501e2 /CONTRIBUTING.md
parentMerge pull request #88 from PitcherTear22/master (diff)
downloadnvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.tar
nvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.tar.gz
nvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.tar.bz2
nvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.tar.lz
nvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.tar.xz
nvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.tar.zst
nvim-treesitter-0f836e060266c73e77871bd85b91f4159556035d.zip
refactor: use newly introduced consolidated syntax
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5a8c74ee6..568a47e3b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,6 +29,7 @@ Here are some global advices :
- If not, you should consider installing the [tree-sitter cli](https://github.com/tree-sitter/tree-sitter/tree/master/cli),
you should then be able to open a local playground using `tree-sitter build-wasm && tree-sitter web-ui` within the
parsers repo.
+ - An Example of somewhat complex highlight queries can be found in queries/ruby/highlights.scm (Maintained by @TravonteD)
### Highlights
@@ -36,6 +37,7 @@ As languages differ quite a lot, here is a set of captures available to you when
One important thing to note is that many of these capture groups are not supported by `neovim` for now, and will not have any
effect on highlighting. We will work on improving highlighting in the near future though.
+
#### Misc
`@comment`
`@error` for error `(ERROR)` nodes.