Commit graph

7 commits

Author SHA1 Message Date
George Harker
cb568af539 use indent.X syntax for captures and properties of set directives
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
2023-03-24 13:07:53 -04:00
Christian Clason
fa09c1f3ef Update slint indent queries 2022-12-27 17:52:29 +01:00
Jared Moulton
55a9e3bbbc Update slint highlight queries for rewrite 2022-12-27 17:52:29 +01:00
Stephan Seitz
d6a2ecb8b7 highlights: create subscoping for ternary operator
After https://github.com/nvim-treesitter/nvim-treesitter/issues/470,
we decided to use `@conditional` for ternary operator instead of
operator despite `@conditional` is documented for keywords only.
A sub-scoping can make it easier for people to highlight this operator
group differently.

Also unify the usage of `@conditional...` across languages.
2022-12-02 21:42:11 +01:00
ShootingStarDragons
0289160c96 feat(slint): <=> operator
Slint have support <=> operator, so add this for highlight,

Next time when lockfile.json is update, then merge this one

Log: slint
2022-09-26 23:55:10 -04:00
Stephan Seitz
30b9ba1fef highlights(slint): highlight operators and more punctuation 2022-05-21 13:05:59 +02:00
Jared Moulton
cc4f373bb4
Add slint parser configuration and queries (#2598)
* Add slint parser

* Mark slint as experimental

* Remove filetype and add slint to the lockfile

* Update queries

* Update varibable.builtin's and repeats

* Update slint true false

* Change export back to keyword

* Change export back to include :)
2022-03-07 23:10:31 +00:00