| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add queries `project` and `cmake_minimum_required`v0.8.1v0.8.0 | Uy Ha | 2022-12-13 | 1 | -0/+14 |
| | | |||||
| * | remove redundant parentheses | Uy Ha | 2022-12-13 | 1 | -13/+13 |
| | | |||||
| * | bind ENV and CACHE as @storageclass | Uy Ha | 2022-12-13 | 1 | -1/+1 |
| | | |||||
| * | add OUTPUT_VARIABLE query for list TRANSFORM | Uy Ha | 2022-12-13 | 1 | -0/+9 |
| | | |||||
| * | rearrange queries, include all builtin commands in one query | Uy Ha | 2022-12-13 | 1 | -44/+49 |
| | | |||||
| * | add highlight for `list` command | Uy Ha | 2022-12-13 | 1 | -0/+39 |
| | | |||||
| * | add highlight for `unset` command | Uy Ha | 2022-12-13 | 1 | -0/+13 |
| | | |||||
| * | add queries for block, return, break, continue, and include | Uy Ha | 2022-12-13 | 1 | -2/+35 |
| | | |||||
| * | feat(cmake): add block_def to fold | Uy Ha | 2022-12-13 | 1 | -0/+1 |
| | | |||||
| * | highlights(typescript): add `module` keyword | Ananda Umamil | 2022-12-13 | 1 | -0/+1 |
| | | |||||
| * | test: Add test name to summary output | Raymond Ha | 2022-12-13 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json (#3966) | github-actions[bot] | 2022-12-13 | 1 | -2/+2 |
| | | | | Co-authored-by: GitHub <noreply@github.com> | ||||
| * | Update lockfile.json | GitHub | 2022-12-12 | 1 | -6/+6 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-10 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json (#3955) | github-actions[bot] | 2022-12-09 | 1 | -1/+1 |
| | | | | Co-authored-by: GitHub <noreply@github.com> | ||||
| * | feat(php): improve indents for match and switch (#3953) | gbprod | 2022-12-09 | 1 | -0/+3 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-09 | 1 | -3/+3 |
| | | |||||
| * | feat(erlang)!: switch parser to maintained fork (#3791) | Benedikt Reinartz | 2022-12-08 | 4 | -76/+97 |
| | | | | update queries to breaking changes | ||||
| * | Update lockfile.json | GitHub | 2022-12-08 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json (#3949) | github-actions[bot] | 2022-12-08 | 1 | -1/+1 |
| | | | | Co-authored-by: GitHub <noreply@github.com> | ||||
| * | latex: @nospell for environment names, citations and commands (#3948) | david-pikas | 2022-12-08 | 1 | -7/+10 |
| | | | | | | | | * Added @nospell for environment names and commands * Added citations to @nospell Co-authored-by: David Pikas <David.Pikas@iar.com> | ||||
| * | Update lockfile.json | GitHub | 2022-12-07 | 1 | -1/+1 |
| | | |||||
| * | indents(ecma): Fix switch default indent | Raymond Ha | 2022-12-07 | 3 | -0/+10 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-07 | 1 | -2/+2 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-06 | 1 | -2/+2 |
| | | |||||
| * | fix(php): add missing php fold query | gbprod | 2022-12-06 | 1 | -0/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-06 | 1 | -4/+4 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-05 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-05 | 1 | -1/+1 |
| | | |||||
| * | feat: support when buf is not current | Julien Burkhard | 2022-12-04 | 1 | -2/+2 |
| | | |||||
| * | highlights(go): add `@label` | Stephan Seitz | 2022-12-04 | 1 | -0/+2 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-04 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-03 | 1 | -2/+2 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-03 | 1 | -1/+1 |
| | | |||||
| * | fix(julia): update queries to parser change | Christian Clason | 2022-12-03 | 2 | -5/+6 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-03 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-02 | 1 | -1/+1 |
| | | |||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 13 | -13/+20 |
| | | | | | | | | | | | 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. | ||||
| * | Update lockfile.json | GitHub | 2022-12-02 | 1 | -2/+2 |
| | | |||||
| * | fix(sql)!: generate from grammar | Christian Clason | 2022-12-02 | 2 | -1/+2 |
| | | |||||
| * | ci: install libfuse2 | Christian Clason | 2022-12-02 | 1 | -0/+1 |
| | | |||||
| * | feat: added highlights for markdown checkboxes | Folke Lemaitre | 2022-12-02 | 1 | -0/+4 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-02 | 1 | -1/+1 |
| | | |||||
| * | test(highlights/cpp): add new test for auto as type.builtin. | Aaron Rancsik | 2022-12-01 | 1 | -0/+1 |
| | | |||||
| * | test(highlights/cpp): type -> type.builtin for primitive types. | Aaron Rancsik | 2022-12-01 | 1 | -2/+2 |
| | | |||||
| * | highlights(cpp): auto as @type.builtin | Aaron Rancsik | 2022-12-01 | 1 | -1/+3 |
| | | |||||
| * | highlights(c): primitive type as builtin | Aaron Rancsik | 2022-12-01 | 1 | -1/+2 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-12-01 | 1 | -1/+1 |
| | | |||||
| * | feat(twig): improve twig highlights | gbprod | 2022-11-30 | 1 | -1/+5 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-11-30 | 1 | -2/+2 |
| | | |||||
