diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-12-22 13:26:55 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-12-22 21:17:28 +0100 |
| commit | 56634f49ab3d8122153c8c5582c581fb6a6af075 (patch) | |
| tree | a3a131d8e96a5f219193d1e728d2a7ce0ab991aa /CONTRIBUTING.md | |
| parent | Markdown: update queries (diff) | |
| download | nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.tar nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.tar.gz nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.tar.bz2 nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.tar.lz nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.tar.xz nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.tar.zst nvim-treesitter-56634f49ab3d8122153c8c5582c581fb6a6af075.zip | |
Update queries
- Don't use the old form for predicates
- Update some invalid queries
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be75a7b54..46cbd56db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -229,7 +229,7 @@ doSomething(); // Should point to the declaration as the definition ```scheme (function_declaration ((identifier) @definition.var) - (set! "definition.var.scope" "parent")) + (#set! "definition.var.scope" "parent")) ``` Possible scope values are: |
