aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix(fusion): update lockfile to latestJirgn2022-01-051-1/+1
|
* add(rasi): add rasi parserFymyte2022-01-052-0/+91
| | | | Signed-off-by: Fymyte <pierguill@gmail.com>
* Remove Python docstring injectionsRafik Draoui2022-01-041-18/+0
| | | | | | | | | | | | | | | | These injections lead to inconsistent highlighting since some edge cases aren't handled (as mentioned in the PR description that introduced the injections [0]). Besides, not all Python projects use reStructuredText syntax in docstrings. If someone still wants to use them, they can extend the base injection queries through `after/queries/` [1] or enable them with `vim.treesitter.set_query`. See also: https://github.com/nvim-treesitter/nvim-treesitter/pull/1204 [0]: https://github.com/nvim-treesitter/nvim-treesitter/pull/917 [1]: https://github.com/nvim-treesitter/nvim-treesitter/tree/ad69e2528ac382b7cbf28f1ac7ee450981734ab0#adding-queries
* Update READMEGithub Actions2022-01-041-1/+1
|
* Fix: Account for winnr being nil in calls to get_node_at_cursorWil Thomason2022-01-041-1/+2
|
* update lockfile for fusionJirgn2022-01-041-1/+1
|
* fix: remove experimental flagJirgn2022-01-041-1/+0
| | | | | | | | | We now have a working grammer and also * highlight * indent * fold no need for experimental hint anymore
* fix: typo in locals queryJirgn2022-01-041-1/+1
|
* fix: add eel_array and eel_object to indent queryJirgn2022-01-041-0/+4
|
* fix: highlights for value_expression start and end as punctuationJirgn2022-01-041-0/+4
|
* feat: add indent for fusion and afxJirgn2022-01-041-0/+15
|
* fix: add afx_text to highlights (text)Jirgn2022-01-041-0/+2
|
* feat: add more local definitionsJirgn2022-01-041-0/+18
|
* feat: add fold queriesJirgn2022-01-041-0/+6
|
* highlights(pascal): Highlight variablesPhilip Zander2021-12-291-1/+6
| | | | | | | | Assume that any identifiers that aren't function calls, types, fields or constants are variables. This is consistent with the highlighting definitions for other languages. Some themes (e.g. zenbones) make use of this information and they don't look quite right unless we set those groups.
* Update README (#2160)github-actions[bot]2021-12-241-0/+1
| | | Co-authored-by: Github Actions <actions@github>
* Update lockfile.json (#2150)github-actions[bot]2021-12-241-7/+10
| | | | | | | | * Update lockfile.json * Don't update supercollider Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Santos Gallegos <stsewd@protonmail.com>