aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/yaml
Commit message (Collapse)AuthorAge
* Add llvm-mir highlighting (#1398)Sebastian Neubauer2022-01-04
| | | | | | | | | | | | | | | | | * Add injection regex for more languages To support embedding them in other languages like markdown. * Add llvm-mir highlighting LLVM Machine IR is dumped as yaml files that can embed LLVM IR and Machine IR. To support this, add a llvm-mir-yaml language that uses the yaml parser, but uses different injections to highlight IR and MIR. * Update submodule with fixed multiline comments Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Improve yaml syntax highlighting highlighting (#1294)Gokul Soumya2021-12-19
|
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* Improve grammar definitionsBlaž Hrastnik2021-09-06
|
* YAML support (#667)oberblastmeister2021-09-01
* added submodule * remove wrong one * added highlights * use property * add indents * shallow