diff options
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d809bc784..2d1a16a0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -240,6 +240,12 @@ Used for XML-like tags. ### Locals +Note: pay specific attention to the captures here as they are a bit different to +those listed in the upstream [Local Variables +docs](https://tree-sitter.github.io/tree-sitter/syntax-highlighting#local-variables). +Some of these docs didn't exist when `nvim-treesitter` was created and the +upstream captures are more limiting than what we have here. + ```scheme @definition ; various definitions @definition.constant ; constants |
