| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json | GitHub | 2022-09-14 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(sql): remove grouped keyword | Matthias Queitsch | 2022-09-14 | 1 | -2/+1 | |
| | | ||||||
| * | update sql lockfile | Matthias Queitsch | 2022-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(sql): removed duplicate keywords, added new keyword, hashing | Matthias Queitsch | 2022-09-14 | 1 | -7/+12 | |
| | | | | | as function.calls | |||||
| * | Update lockfile.json | GitHub | 2022-09-13 | 1 | -3/+3 | |
| | | ||||||
| * | fix(fold): don't include whitespace end regions | Lewis Russell | 2022-09-12 | 5 | -9/+59 | |
| | | | | | | | | | | | | | Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make. | |||||
| * | Update lockfile.json | GitHub | 2022-09-12 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | Github Actions | 2022-09-12 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(lua): add spell | Lewis Russell | 2022-09-12 | 1 | -0/+2 | |
| | | ||||||
| * | parsers: add blueprint parser | Gabriele Musco | 2022-09-12 | 2 | -0/+66 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-12 | 1 | -3/+3 | |
| | | ||||||
| * | build: add a rockspec | Matthieu Coudron | 2022-09-11 | 1 | -0/+32 | |
| | | | | | so that users can install this via luarocks | |||||
| * | Add spell query | Omar Zeghouani | 2022-09-11 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(solidity): use `@function.call`/`@method.call` | Stephan Seitz | 2022-09-11 | 1 | -3/+3 | |
| | | ||||||
| * | highlights(hack): use `@function.call`/`@method.call` | Stephan Seitz | 2022-09-11 | 2 | -4/+4 | |
| | | ||||||
| * | highlights(haskell): use `@function.call` | Stephan Seitz | 2022-09-11 | 1 | -4/+4 | |
| | | ||||||
| * | highlights(elvish): use `@function.call` | Stephan Seitz | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(elvish): use `@operator` for operators | Stephan Seitz | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(fish): use `@function.call` | Stephan Seitz | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(clojure): use `@function.call` | Stephan Seitz | 2022-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(clojure): out-comment TODO query | Stephan Seitz | 2022-09-11 | 1 | -16/+16 | |
| | | ||||||
| * | highlights(wgsl): use `@function.call` | Stephan Seitz | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | 2022-09-11 | 2 | -4/+4 | |
| | | ||||||
| * | highlights(c_sharp): use `@method.call` | Stephan Seitz | 2022-09-11 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(hlsl): add more reserved modifiers | Stephan Seitz | 2022-09-10 | 1 | -1/+12 | |
| | | ||||||
| * | highlights(hlsl): add `"globallycoherent"` | Stephan Seitz | 2022-09-10 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(css): fix property highlighting | Stephan Seitz | 2022-09-10 | 1 | -1/+1 | |
| | | | | | | | | | Apply fix as suggested by https://github.com/binhtran432k Fixes #3395 Co-authored-by: Trần Đức Bình <binhtran432k@users.noreply.github.com> | |||||
| * | indents(ecma): make "]" `@indent_end` | Stephan Seitz | 2022-09-10 | 1 | -1/+1 | |
| | | | | | Fixes #3382 | |||||
| * | ci: add test for #3382 (wrong JS array indent) | Stephan Seitz | 2022-09-10 | 2 | -0/+6 | |
| | | ||||||
| * | Update README | Github Actions | 2022-09-10 | 1 | -1/+1 | |
| | | ||||||
| * | Add @spell directives for haskell | Guillaume Bouchard | 2022-09-10 | 1 | -0/+7 | |
| | | ||||||
| * | feat: add jsonnet | Cezary Drożak | 2022-09-10 | 4 | -0/+88 | |
| | | ||||||
| * | highlights(phpdoc): check spell within `text` | przepompownia | 2022-09-10 | 1 | -0/+2 | |
| | | ||||||
| * | Update CONTRIBUTING.md | Cameron | 2022-09-10 | 1 | -0/+1 | |
| | | | | Add `@variable.globle` to available variable captures. | |||||
| * | Add global variable highlighting | Cameron | 2022-09-10 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-10 | 1 | -2/+2 | |
| | | ||||||
| * | fix(highlight): ensure link captures function exists | Akin Sowemimo | 2022-09-09 | 1 | -2/+4 | |
| | | | | | | before attempting to call it fixes #3465 | |||||
| * | Update lockfile.json | GitHub | 2022-09-09 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | Github Actions | 2022-09-09 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add tree-sitter-gitattributes | ObserverOfTime | 2022-09-09 | 3 | -0/+66 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-09 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(sql): missing keyword & marginalia | derekstride | 2022-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | removed duplicated kw, start capturing subtree earlier | Matthias Queitsch | 2022-09-08 | 1 | -3/+3 | |
| | | ||||||
| * | change table_expression -> table_reference | Matthias Queitsch | 2022-09-08 | 2 | -3/+3 | |
| | | ||||||
| * | highlights(meson): delimiter and operatorunit | Ananda Umamil | 2022-09-08 | 1 | -0/+9 | |
| | | ||||||
| * | Update README | Github Actions | 2022-09-08 | 1 | -1/+1 | |
| | | ||||||
