| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update Capnp (#4713) | Amaan Qureshi | 2023-05-07 | 5 | -52/+1787 | |
| | | | | | | | | | | | | | | * feat(capnp): update queries from upstream changes * test: add tests for capnp * fix indent queries * ci: fix capnp indent tests --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> | |||||
| * | Update parsers: haskell, vim, vimdoc | GitHub | 2023-05-06 | 1 | -3/+3 | |
| | | ||||||
| * | feat(erlang): add new keyword and operator from OTP25 (#4765) | haoxian | 2023-05-06 | 2 | -2/+6 | |
| | | ||||||
| * | ci: add tests for #4632 | Stephan Seitz | 2023-05-05 | 2 | -0/+11 | |
| | | | | | | Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41 | |||||
| * | Update parsers: bash, dart, haskell, http | GitHub | 2023-05-05 | 1 | -4/+4 | |
| | | ||||||
| * | fix(java): capture type parameter brackets as `@punctuation.delimiter` | Iron-E | 2023-05-04 | 1 | -0/+3 | |
| | | | | It is currently highlighted as `@operator` | |||||
| * | feat(rust): capture debug macros as `@debug` | Iron-E | 2023-05-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | * ref(rust): highlight debug macros as `@debug` E.g. `dbg!` and `debug_assert!` * Update queries/rust/highlights.scm Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> | |||||
| * | fix(c_sharp): highlight `<` & `>` as `@punctuation.bracket` only in type ↵ | Iron-E | 2023-05-04 | 1 | -2/+2 | |
| | | | | | | param lists This fixes highlighting of `x > 4`, for example | |||||
| * | feat(c_sharp): add capture for ternary operators | Iron-E | 2023-05-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update parsers: dart, llvm (#4755) | github-actions[bot] | 2023-05-04 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | fix: add @combined to markdown html | Pham Huy Hoang | 2023-05-03 | 2 | -2/+2 | |
| | | ||||||
| * | perf(html): onevent attrs (#4752) | Benny Powers | 2023-05-03 | 1 | -2/+1 | |
| | | ||||||
| * | injections(html): event attributes (#4750) | Benny Powers | 2023-05-03 | 1 | -0/+7 | |
| | | | | | | injections(html): inject javascript into event attributes Adds javascript injections to HTML `onevent` attributes. | |||||
| * | Update parsers: blueprint, c_sharp, dockerfile, haskell | GitHub | 2023-05-03 | 1 | -4/+4 | |
| | | ||||||
| * | feat(go): highlight constructors, remove _ as `@constant` | Amaan Qureshi | 2023-05-02 | 1 | -3/+8 | |
| | | ||||||
| * | Update parsers: lua (#4746) | github-actions[bot] | 2023-05-02 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat: add indents for ocaml and ocaml interface (#4725) | Pham Huy Hoang | 2023-05-01 | 2 | -0/+70 | |
| | | ||||||
| * | Update parsers: janet_simple, swift, vimdoc | GitHub | 2023-05-01 | 1 | -3/+3 | |
| | | ||||||
| * | fix(lua_inject): remove need for surrounding quote (#4740) | Pham Huy Hoang | 2023-04-30 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add py-script injections for html | Pham Huy Hoang | 2023-04-30 | 1 | -0/+23 | |
| | | ||||||
| * | Update README | Github Actions | 2023-04-30 | 1 | -0/+1 | |
| | | ||||||
| * | fix(query): add missing dedent for "]" (#4739) | Pham Huy Hoang | 2023-05-01 | 1 | -0/+4 | |
| | | ||||||
| * | Remove some sections and add some missing things | sogaiu | 2023-04-30 | 1 | -61/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | The original approach was to emulate what was in Clojure's highlights.scm file, but it appears that there were a number of questionable items, so some sections were removed. As a consequence, there were some items that ended up unmentioned. An attempt was made to rescue most of these and add some missing items to a renamed "Special forms and builtin macros" section. Five items were removed entirely. These are: * Single quote * Tilde * Pipe * Comma * Semicolon It was unclear where to put these and it's also unclear whether highlighting them would really be beneficial. Perhaps what to do, if anything, will become clear in the future. | |||||
| * | Update list of functions | sogaiu | 2023-04-30 | 1 | -58/+93 | |
| | | ||||||
| * | Adjust indentation | sogaiu | 2023-04-30 | 1 | -32/+32 | |
| | | ||||||
| * | Update list of macros | sogaiu | 2023-04-30 | 1 | -6/+14 | |
| | | ||||||
| * | Use 2 semicolons for better editor interop | sogaiu | 2023-04-30 | 1 | -17/+13 | |
| | | ||||||
| * | feat: add janet_simple | sogaiu | 2023-04-30 | 6 | -0/+317 | |
| | | ||||||
| * | Update parsers: haskell (#4735) | github-actions[bot] | 2023-04-30 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | fix(starlark): fields should not match uppercase-beginning names (#4734) | Amaan Qureshi | 2023-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix(python): fields should not match uppercase-beginning names | Amaan Qureshi | 2023-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add Python else elif dedent (#4618) | Pham Huy Hoang | 2023-04-29 | 3 | -0/+13 | |
| | | | | | | | | * feat(python): add interactive else/elif dedent * fixup * add test | |||||
| * | Update parsers: erlang, haskell | GitHub | 2023-04-29 | 1 | -2/+2 | |
| | | ||||||
| * | refactor(lua): move _VERSION to `@constant.builtin`, builtin types to ↵ | Amaan Qureshi | 2023-04-28 | 1 | -1/+7 | |
| | | | | | `@namespace.builtin` | |||||
| * | feat: add luau | Amaan Qureshi | 2023-04-28 | 8 | -0/+364 | |
| | | ||||||
| * | Update parsers: t32 | GitHub | 2023-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Correct scope definition for scala | Kasper Kondzielski | 2023-04-28 | 1 | -1/+1 | |
| | | | | `@scope` included `function_declaration` while is should have included `function_definition` instead. The former one is used to declare abstract functions while the latter one is used to define functions together with their bodies. | |||||
| * | Update parsers: kdl, kotlin, t32 (#4720) | github-actions[bot] | 2023-04-27 | 1 | -3/+3 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat: add puppet | Amaan Qureshi | 2023-04-26 | 8 | -0/+293 | |
| | | ||||||
| * | fix: add `-f` to `mv` to avoid errors when updating | WindSoilder | 2023-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: capnp, luap, pony, rust, sql, zig | GitHub | 2023-04-26 | 1 | -6/+6 | |
| | | ||||||
| * | fix(lua): injection eq should be any-of (#4711) | Amaan Qureshi | 2023-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix(solidity): variable should not match last, tidy up highlights | Amaan Qureshi | 2023-04-25 | 1 | -22/+20 | |
| | | ||||||
| * | injections(lua): tweak query to capture string content (#4707) | Munif Tanjim | 2023-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix(python,starlark): builtin types should come after types | Amaan Qureshi | 2023-04-25 | 3 | -37/+39 | |
| | | ||||||
| * | feat(python,starlark): highlight type conversions as `@function.macro` | Amaan Qureshi | 2023-04-25 | 3 | -0/+5 | |
| | | ||||||
| * | fix(python,starlark): update field match pattern | Amaan Qureshi | 2023-04-25 | 3 | -4/+14 | |
| | | ||||||
| * | Update parsers: glimmer, smali, zig | GitHub | 2023-04-25 | 1 | -2/+2 | |
| | | ||||||
| * | chore(smali): add tests | Amaan Qureshi | 2023-04-25 | 7 | -1/+420 | |
| | | ||||||
| * | feat(smali): update queries from upstream parser | Amaan Qureshi | 2023-04-25 | 3 | -10/+40 | |
| | | ||||||
