aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-09-141-2/+2
|
* highlights(sql): remove grouped keywordMatthias Queitsch2022-09-141-2/+1
|
* update sql lockfileMatthias Queitsch2022-09-141-1/+1
|
* highlights(sql): removed duplicate keywords, added new keyword, hashingMatthias Queitsch2022-09-141-7/+12
| | | | as function.calls
* Update lockfile.jsonGitHub2022-09-131-3/+3
|
* fix(fold): don't include whitespace end regionsLewis Russell2022-09-125-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.jsonGitHub2022-09-121-0/+3
|
* Update READMEGithub Actions2022-09-121-0/+1
|
* highlights(lua): add spellLewis Russell2022-09-121-0/+2
|
* parsers: add blueprint parserGabriele Musco2022-09-122-0/+66
|
* Update lockfile.jsonGitHub2022-09-121-3/+3
|
* build: add a rockspecMatthieu Coudron2022-09-111-0/+32
| | | | so that users can install this via luarocks
* Add spell queryOmar Zeghouani2022-09-111-0/+1
|
* highlights(solidity): use `@function.call`/`@method.call`Stephan Seitz2022-09-111-3/+3
|
* highlights(hack): use `@function.call`/`@method.call`Stephan Seitz2022-09-112-4/+4
|
* highlights(haskell): use `@function.call`Stephan Seitz2022-09-111-4/+4
|
* highlights(elvish): use `@function.call`Stephan Seitz2022-09-111-1/+1
|
* highlights(elvish): use `@operator` for operatorsStephan Seitz2022-09-111-1/+1
|
* highlights(fish): use `@function.call`Stephan Seitz2022-09-111-1/+1
|
* highlights(clojure): use `@function.call`Stephan Seitz2022-09-111-2/+2
|
* highlights(clojure): out-comment TODO queryStephan Seitz2022-09-111-16/+16
|
* highlights(wgsl): use `@function.call`Stephan Seitz2022-09-111-1/+1
|
* highlights(ecma): use `@method.call`/`function.call`Stephan Seitz2022-09-112-4/+4
|
* highlights(c_sharp): use `@method.call`Stephan Seitz2022-09-111-4/+4
|
* Update lockfile.jsonGitHub2022-09-111-1/+1
|
* Update lockfile.jsonGitHub2022-09-111-1/+1
|
* highlights(hlsl): add more reserved modifiersStephan Seitz2022-09-101-1/+12
|
* highlights(hlsl): add `"globallycoherent"`Stephan Seitz2022-09-101-0/+1
|
* highlights(css): fix property highlightingStephan Seitz2022-09-101-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 Seitz2022-09-101-1/+1
| | | | Fixes #3382
* ci: add test for #3382 (wrong JS array indent)Stephan Seitz2022-09-102-0/+6
|
* Update READMEGithub Actions2022-09-101-1/+1
|
* Add @spell directives for haskellGuillaume Bouchard2022-09-101-0/+7
|
* feat: add jsonnetCezary Drożak2022-09-104-0/+88
|
* highlights(phpdoc): check spell within `text`przepompownia2022-09-101-0/+2
|
* Update CONTRIBUTING.mdCameron2022-09-101-0/+1
| | | Add `@variable.globle` to available variable captures.
* Add global variable highlightingCameron2022-09-101-0/+1
|
* Update lockfile.jsonGitHub2022-09-101-2/+2
|
* fix(highlight): ensure link captures function existsAkin Sowemimo2022-09-091-2/+4
| | | | | before attempting to call it fixes #3465
* Update lockfile.jsonGitHub2022-09-091-0/+3
|
* Update READMEGithub Actions2022-09-091-0/+1
|
* feat: add tree-sitter-gitattributesObserverOfTime2022-09-093-0/+66
|
* Update lockfile.jsonGitHub2022-09-091-2/+2
|
* Update lockfile.jsonGitHub2022-09-081-1/+1
|
* highlights(sql): missing keyword & marginaliaderekstride2022-09-081-2/+2
|
* Update lockfile.jsonGitHub2022-09-081-1/+1
|
* removed duplicated kw, start capturing subtree earlierMatthias Queitsch2022-09-081-3/+3
|
* change table_expression -> table_referenceMatthias Queitsch2022-09-082-3/+3
|
* highlights(meson): delimiter and operatorunitAnanda Umamil2022-09-081-0/+9
|
* Update READMEGithub Actions2022-09-081-1/+1
|