This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-10 07:20:06 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9ebe0bd8d7
nvim-treesitter
/
queries
/
yaml
/
locals.scm
5 lines
69 B
Scheme
Raw
Normal View
History
Unescape
Escape
YAML: add locals This is so incremental selection works
2021-02-09 21:12:06 -05:00
(
document
)
@scope
Yaml: update locals (#1172) The parser doesn't break the symbols in `*` `&` from the name of anchors/aliases. So go to definition doesn't work, but highlight of usage does :D Test with ```yaml Defaults: &defaults Company: foo Item: 123 Computer: <<: *defaults <<: *defaults Price: 3000 ``` Ref https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-09 19:36:19 -05:00
YAML: update queries (#1203) Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-18 16:51:03 -05:00
(
anchor_name
)
@definition
(
alias_name
)
@reference
Reference in a new issue
Copy permalink