aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update lockfile.jsonGitHub2022-01-121-1/+1
|
* Update lockfile.jsonGitHub2022-01-121-13/+16
|
* Add highlight for markdown delimitersMDeiml2022-01-112-3/+7
|
* Fix slow startup times for markdown grammarMDeiml2022-01-101-2/+2
|
* Force-ignore ignorecase optionElwardi2022-01-101-3/+3
|
* highlights(llvm): import highlight queries from upstreamStephan Seitz2022-01-091-8/+150
|
* Update lockfile.jsonGitHub2022-01-091-1/+1
|
* highlights(go): highlights "~"Stephan Seitz2022-01-091-0/+1
| | | | | Follow upstream change https://github.com/tree-sitter/tree-sitter-go/commit/beb36fc9be211046d43a165eb8d885bcde6004a1
* folds(bash): fold at `c_style_for_statement`Stephan Seitz2022-01-091-0/+1
|
* docs(kotlin): change Kotlin maintainerSal Bakraa2022-01-082-2/+2
|
* fix(kotlin): use _import for type capturesSal Bakraa2022-01-081-4/+4
|
* fix(kotlin): use @attribute instead of @annotationSal Bakraa2022-01-081-6/+6
|
* fix(kotlin): use correct node for when expression foldsSal Bakraa2022-01-081-1/+1
|
* fix(kotlin): fix typo in locals querySal Bakraa2022-01-081-1/+1
|
* feat(kotlin): include a folds and a locals querySal Bakraa2022-01-082-0/+100
|
* fix(kotlin): include regex in injections querySal Bakraa2022-01-081-0/+31
|
* fix(kotlin): update highlights query to match new parserSal Bakraa2022-01-081-161/+375
|
* fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotlnSal Bakraa2022-01-083-5/+6
|
* Add highlight for quote markerMDeiml2022-01-082-1/+3
|
* Fix get_node_textMDeiml2022-01-081-1/+4
|
* Better ftdetect for OpenFOAMElwardi2022-01-081-5/+18
|
* fix(foam): Foam switched to C scannerElwardi2022-01-082-3/+2
|
* Fix stylua lintingElwardi2022-01-081-2/+2
|
* Fix bug with ftdetect foamMohammed Elwardi Fadeli2022-01-081-1/+1
|
* Update lockfile.jsonGitHub2022-01-081-0/+3
|
* Update READMEGithub Actions2022-01-081-1/+1
|
* Better punctuation queries for foamElwardi2022-01-081-2/+5
|
* Change OpenFOAM file detection auto-cmdsElwardi2022-01-081-1/+1
|
* Remove OpenFOAM textobjectsElwardi2022-01-081-8/+0
|
* Highlight builtins as @constant.builtin in OpenFOAM queriesElwardi2022-01-081-2/+2
|
* Add OpenFOAM parserElwardi2022-01-089-0/+131
|
* Improve Haskell highlightingAnanda Umamil2022-01-081-9/+14
|
* Add ninja parser (#2217)Alexandre A. Muller2022-01-085-0/+115
| | | | | | | * Add ninja parser * Add branch main * No need for ftdetect
* highlights(make): add all special targetsLewis Russell2022-01-071-0/+15
|
* chore(markdown): highlights testnumToStr2022-01-071-0/+41
|
* highlights(markdown): `image_description` as referencenumToStr2022-01-071-4/+5
|
* highlights(markdown): image `!` as delimeternumToStr2022-01-071-0/+3
|
* highlights(markdown): `link_title` as string literalnumToStr2022-01-071-1/+4
|
* highlights(markdown): image `(` `)` `[` `]` as delemiternumToStr2022-01-071-1/+5
|
* fix(locals): fix local selectors queryFymyte2022-01-061-1/+1
| | | | Signed-off-by: Fymyte <pierguill@gmail.com>
* add(indent): add ignore indent for commentsFymyte2022-01-061-0/+2
| | | | Signed-off-by: Fymyte <pierguill@gmail.com>
* fix(indent): fix indent queriesFymyte2022-01-061-1/+3
| | | | Signed-off-by: Fymyte <pierguill@gmail.com>
* add(query): fold, indent and locals queries for rasiFymyte2022-01-063-0/+11
| | | | Signed-off-by: Fymyte <pierguill@gmail.com>
* improve markdown highlightingAlvaro Muñoz Sanchez2022-01-062-5/+15
|
* Be more accurate about code block languageMDeiml2022-01-051-1/+2
|
* fix(haskell): Haskell switched to C scannerStephan Seitz2022-01-052-5/+1
|
* Update lockfile.jsonGitHub2022-01-051-11/+14
|
* highlights(Pascal): Fix highlighting of typesPhilip Zander2022-01-052-4/+52
| | | | | A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`.
* fix: Remove pi_statement from highlight to sync up with upstream changeMads Kjeldgaard2022-01-051-6/+4
|
* Update READMEGithub Actions2022-01-051-0/+1
|