summaryrefslogtreecommitdiff
path: root/queries/elvish/highlights.scm
AgeCommit message (Collapse)Author
2022-09-19highlights(elvish): Use `@function.builtin` for operator-like functionsTobias Frilling
Elvish uses prefix notation even for mathematical operators (i.e. `<= 1 2 3 4`), so these should be considered functions.
2022-09-11highlights(elvish): use `@function.call`Stephan Seitz
2022-09-11highlights(elvish): use `@operator` for operatorsStephan Seitz
2022-04-01refactor(queries): simplify highlight queries for elvishTobias Frilling
2022-04-01Add elvishTobias Frilling