ikatyang / tree-sitter-yaml

YAML grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-yaml/
MIT License
94 stars 38 forks source link

feature request: support maven variable reference #52

Open Peter-Chou opened 11 months ago

Peter-Chou commented 11 months ago

yaml-ts-mode doesn't work correctly when reference the maven variable in application.yml using @variable_name@ as screenshot below:

image

when I changed yaml-ts-mode to yaml-mode, it works correctly.

image

I would appreciate it if you could support this feature.