summaryrefslogtreecommitdiff
path: root/queries/yaml/highlights.scm
AgeCommit message (Collapse)Author
2022-10-15highlights: use @preproc where appropriateObserverOfTime
2022-09-26feat(spell): support more languagesLewis Russell
2021-10-26yaml: improve highlights and locals (#946)Santos Gallegos
- More scopes - Highlight strings as strings - Recognize more keys/fields Improvements can be seen with this weird yaml: ```yaml { foo: bar } --- {a: [b, c], [d, e]: f} --- - { single line, a: b} - { multi line, a: b} --- "fooo": bar 'foo': bar one: two ```
2021-04-18YAML: update queries (#1203)Santos Gallegos
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2020-12-25wildcards to capture keysDavid Hotham
2020-12-25simplify treatement of escape sequencesDavid Hotham
2020-12-25remove plus from list of punctuationDavid Hotham
2020-12-25first draft of YAML highlightingDavid Hotham