Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improve highlighting scopes | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | runtime: Query improvements | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | syntax: Improve go highlights | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | Improve grammar definitions | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | OCaml support (#666) | oberblastmeister | 2021-09-01 | |
| | | | | | | | | | | | | | | | | | | | | | * added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits | |||
* | Lua support (#665) | oberblastmeister | 2021-09-01 | |
| | | | | | | | | | | | | | | | | | | | | | * added submodule * small changes * updated some stuff * remove * shallow clone * correct indent * shallow * ok * highlights * proper captures | |||
* | YAML support (#667) | oberblastmeister | 2021-09-01 | |
| | | | | | | | | | | | | | * added submodule * remove wrong one * added highlights * use property * add indents * shallow | |||
* | Add zig tree-sitter support (#631) | voroskoi | 2021-08-28 | |
| | | | | | | | * Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml | |||
* | fix: add missing optional keyword to protobuf syntax | Yusuf Bera Ertan | 2021-08-20 | |
| | ||||
* | Golang indent improvements | Blaž Hrastnik | 2021-08-19 | |
| | ||||
* | feat: add indenting for protobuf | Yusuf Bera Ertan | 2021-08-19 | |
| | ||||
* | feat: add protobuf tree-sitter parser with highlighting queries | Yusuf Bera Ertan | 2021-08-19 | |
| | ||||
* | gruvbox theme changes (#594) | oberblastmeister | 2021-08-18 | |
| | | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property | |||
* | Add ledger tree-sitter (#572) | Ivan Tham | 2021-08-16 | |
| | | | | Might need to update later since the current one highlight does not work very well yet. | |||
* | add java highlighting (#448) | Kirawi | 2021-08-10 | |
| | ||||
* | Improve nix indents | Blaž Hrastnik | 2021-08-08 | |
| | ||||
* | rust: Indent multi line call expressions one level deeper | Blaž Hrastnik | 2021-07-26 | |
| | ||||
* | Improve rust indentation queries | Blaž Hrastnik | 2021-07-26 | |
| | | | | | if/if let are already handled by block, and keeping these scopes would indent else blocks one level too far. | |||
* | Rewritten Rust `highlights.scm` (#425) | Kirawi | 2021-07-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrote Rust highlights.scm * wip * wip * wip * wip * fixed type highlighting * wip * rewrite again * moved operators * missing newline * missing newline * update book * fix constructor highlighting * fix constructor highlighting * fix const highlighting * better constructor highlighting * remove dup, bug was my locals.scm file * fixed docs * merge * fixed for highlighting * add yield * remove yield * added yield back * fixed yield highlighting * unecessary | |||
* | VSCode Dark+ Theme (#414) | Kirawi | 2021-07-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Add VSCode Dark+ Theme wip wip wip wip wip wip properly detect constants add bool wip * suggestion * add variant for c/c++ * fix hexcode error * removed regex highlight * fixed constant higlighting * wip * add space * add suggestions * update theme * update book * suggestions * fix c/c++ enum * update book | |||
* | Add julia support (LSP not working) | wesh | 2021-07-05 | |
| | ||||
* | Add latex | Ivan Tham | 2021-06-16 | |
| | ||||
* | Add Nix runtime | Timothy DeHerrera | 2021-06-10 | |
| | ||||
* | Updated elixir queries to fix crash | Corey Powell | 2021-06-08 | |
| | ||||
* | Restored haskell syntax | Corey Powell | 2021-06-04 | |
| | | | | It seems to work | |||
* | Rust: Highlight crate namespace, categorize `mut` | notoria | 2021-06-04 | |
| | ||||
* | Rust: Add keyword `async`, match the entire macro | notoria | 2021-06-04 | |
| | ||||
* | Added elixir syntax | Corey Powell | 2021-06-02 | |
| | | | | Using custom fork for now to get around generating the source files | |||
* | Add typescript support & ts/js indentation queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Golang indent queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Adjust golang indents yet again | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Adjust rust indents | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Golang indent adjustment | Blaž Hrastnik | 2021-05-28 | |
| | ||||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 | |
| | ||||
* | syntax: golang: Indent type declarations | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Adjust highlighting for rust. | Blaž Hrastnik | 2021-05-16 | |
| | ||||
* | Add indentation queries for golang. | Blaž Hrastnik | 2021-05-15 | |
| | ||||
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 | |
| | | | | | | | | | Can't do it via a scm query nicely because it returns an iterator over all the matches, whereas we want to traverse the tree ourselves. Can't extract the pattern data from a parsed query either. Oh well, toml files for now. | |||
* | Fix C highlighting inconsistencies. | Blaž Hrastnik | 2021-04-23 | |
| | ||||
* | Highlight metavariables ($var) inside rust macros. | Blaž Hrastnik | 2021-04-14 | |
| | ||||
* | Rust: Highlight 'crate' as a keyword. | Blaž Hrastnik | 2021-04-13 | |
| | ||||
* | Add tree-sitter queries. | Blaž Hrastnik | 2021-04-09 | |
| | ||||
* | queries: rust: highlight number constants correctly. | Blaž Hrastnik | 2021-04-08 | |
| | ||||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 | |