aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/julia/highlights.scm
Commit message (Collapse)AuthorAge
* Update Julia grammar, queries (#4588)ChrHorn2022-11-05
|
* Julia queries: prevent constructors to be highlighted as functionsChristoph Horn2022-08-24
| | | | Also improves the captures of the remaining identifiers.
* Julia queries: major refactoring of `highlights.scm`, add regex injections, ↵Christoph Horn2022-08-24
| | | | locals
* Julia queries: update grammar, fix breaking changesChristoph Horn2022-08-24
|
* 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
|
* Add julia support (LSP not working)wesh2021-07-05