| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 32 | -979/+1181 | |
| | | ||||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 23 | -69/+20 | |
| | | ||||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 23 | -25/+112 | |
| | | ||||||
| * | locals: add more scopes | Omar Zeghouani | 2021-07-04 | 1 | -1/+9 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-07-04 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | highlights(zig): use `@string.escape` for escape sequences | Stephan Seitz | 2021-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for `match` expression in PHP (#1482) | Wilman Barrios | 2021-07-04 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-04 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed linting issues | Shane Hird | 2021-07-04 | 2 | -2/+3 | |
| | | ||||||
| * | Reduce diffs from master | Shane Hird | 2021-07-04 | 1 | -3/+2 | |
| | | ||||||
| * | Re-introduce prompting for installation | Shane Hird | 2021-07-04 | 2 | -37/+42 | |
| | | ||||||
| * | Improved passing bang to functions | Shane Hird | 2021-07-04 | 3 | -91/+97 | |
| | | ||||||
| * | Fix ensure_installed function | Shane Hird | 2021-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | TSUpdate does not install if up to date | Shane Hird | 2021-07-04 | 4 | -80/+118 | |
| | | ||||||
| * | Use bang for TSInstall commands | Shane Hird | 2021-07-04 | 2 | -24/+22 | |
| | | ||||||
| * | fold HCL objects (#1479) | David Hotham | 2021-07-03 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json (#1466) | github-actions[bot] | 2021-07-03 | 1 | -3/+6 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat(fortran): moved procedure to @keyword.function | oponkork | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fortran): Improved and sorted highlight queries | oponkork | 2021-07-02 | 1 | -24/+31 | |
| | | ||||||
| * | highlight template interpolation enclosures as punctuation.bracket; cleanup | mhoffm | 2021-07-02 | 1 | -4/+6 | |
| | | ||||||
| * | update lockfile to point to v0.4.0; update highlight queries | mhoffm | 2021-07-02 | 2 | -8/+15 | |
| | | ||||||
| * | fix missing maintainer in hcl parser config | mhoffm | 2021-07-02 | 1 | -0/+1 | |
| | | ||||||
| * | fish: only highlight 'test' keyword instead of entire condition (#1464) | Gregory Anders | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | Move macro to `@function.macro` capture | Uy Ha | 2021-07-02 | 1 | -1/+4 | |
| | | ||||||
| * | Change captures: | Uy Ha | 2021-07-02 | 1 | -6/+5 | |
| | | | | | | | - Disable highlight for `variable_ref` - Capture `ENV` and `CACHE` as `@symbol` - Capture '$', '{', '}', '(', ')' as punctuation | |||||
| * | Remove query for specific keywords for now | Uy Ha | 2021-07-02 | 1 | -71/+0 | |
| | | ||||||
| * | Add comment parsing and highlight whole bracket argument | Uy Ha | 2021-07-02 | 1 | -2/+7 | |
| | | ||||||
| * | Fix wrong name: | Uy Ha | 2021-07-02 | 1 | -0/+0 | |
| | | | | | - `fold.scm` -> `folds.scm` | |||||
| * | Add external scanner for cmake parser | Uy Ha | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | Capture `variable_ref` instead of `variable` for `@variable` | Uy Ha | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | Change `@parameter` capture to `@string` | Uy Ha | 2021-07-02 | 1 | -3/+2 | |
| | | ||||||
| * | Move keywords to their appropriate capture: | Uy Ha | 2021-07-02 | 1 | -19/+25 | |
| | | | | | | - Unary and binary operator to `@keyword.operator` - Boolean constants to `@boolean` | |||||
| * | Highlight only command name instead of the whole call | Uy Ha | 2021-07-02 | 1 | -14/+14 | |
| | | ||||||
| * | Remove non-foldable commands (incorrect copy and paste) | Uy Ha | 2021-07-02 | 1 | -2/+0 | |
| | | ||||||
| * | Add fold.scm | Uy Ha | 2021-07-02 | 1 | -0/+9 | |
| | | ||||||
| * | Refine highlights.scm: | Uy Ha | 2021-07-02 | 1 | -80/+94 | |
| | | | | | | | - Match repeat, conditional, etc. to their corresponding commands - Clean up `@parameter` match - Add `$ENV` and `$CACHE` to queries | |||||
| * | Add maintainer info | Uy Ha | 2021-07-02 | 1 | -0/+1 | |
| | | ||||||
| * | Add highlights.scm | Uy Ha | 2021-07-02 | 1 | -0/+87 | |
| | | ||||||
| * | [WIP] tree-sitter-cmake integration | Uy Ha | 2021-07-02 | 1 | -0/+7 | |
| | | ||||||
| * | feat(dart): add function call expression highlight | Akin Sowemimo | 2021-07-02 | 1 | -0/+6 | |
| | | | | | | This is a work around since currently the upstream grammar does not support a call_expression | |||||
| * | Update queries/hcl/highlights.scm | Michael Hoffmann | 2021-07-02 | 1 | -3/+3 | |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||||
| * | work on queries; fix macos build | mhoffm | 2021-07-02 | 2 | -3/+3 | |
| | | ||||||
| * | work on queries | mhoffm | 2021-07-02 | 1 | -6/+13 | |
| | | ||||||
| * | use version 0.3.1 of the hcl parser in lockfile.json | mhoffm | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | add used_by directive for some of the tools that are using hcl | mhoffm | 2021-07-02 | 1 | -0/+1 | |
| | | ||||||
| * | drop 'used_by' from hcl parser config | mhoffm | 2021-07-02 | 1 | -1/+0 | |
| | | ||||||
| * | add basic injections | mhoffm | 2021-07-02 | 1 | -0/+1 | |
| | | ||||||
| * | fix highlights.scm | mhoffm | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | improve queries | mhoffm | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | improve queries | mhoffm | 2021-07-02 | 1 | -8/+9 | |
| | | ||||||
