| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln | Sal Bakraa | 2022-01-08 | 3 | -5/+6 | |
| | | ||||||
| * | Add highlight for quote marker | MDeiml | 2022-01-08 | 2 | -1/+3 | |
| | | ||||||
| * | Fix get_node_text | MDeiml | 2022-01-08 | 1 | -1/+4 | |
| | | ||||||
| * | Better ftdetect for OpenFOAM | Elwardi | 2022-01-08 | 1 | -5/+18 | |
| | | ||||||
| * | fix(foam): Foam switched to C scanner | Elwardi | 2022-01-08 | 2 | -3/+2 | |
| | | ||||||
| * | Fix stylua linting | Elwardi | 2022-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Fix bug with ftdetect foam | Mohammed Elwardi Fadeli | 2022-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-08 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | Github Actions | 2022-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Better punctuation queries for foam | Elwardi | 2022-01-08 | 1 | -2/+5 | |
| | | ||||||
| * | Change OpenFOAM file detection auto-cmds | Elwardi | 2022-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Remove OpenFOAM textobjects | Elwardi | 2022-01-08 | 1 | -8/+0 | |
| | | ||||||
| * | Highlight builtins as @constant.builtin in OpenFOAM queries | Elwardi | 2022-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Add OpenFOAM parser | Elwardi | 2022-01-08 | 9 | -0/+131 | |
| | | ||||||
| * | Improve Haskell highlighting | Ananda Umamil | 2022-01-08 | 1 | -9/+14 | |
| | | ||||||
| * | Add ninja parser (#2217) | Alexandre A. Muller | 2022-01-08 | 5 | -0/+115 | |
| | | | | | | | | * Add ninja parser * Add branch main * No need for ftdetect | |||||
| * | highlights(make): add all special targets | Lewis Russell | 2022-01-07 | 1 | -0/+15 | |
| | | ||||||
| * | chore(markdown): highlights test | numToStr | 2022-01-07 | 1 | -0/+41 | |
| | | ||||||
| * | highlights(markdown): `image_description` as reference | numToStr | 2022-01-07 | 1 | -4/+5 | |
| | | ||||||
| * | highlights(markdown): image `!` as delimeter | numToStr | 2022-01-07 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(markdown): `link_title` as string literal | numToStr | 2022-01-07 | 1 | -1/+4 | |
| | | ||||||
| * | highlights(markdown): image `(` `)` `[` `]` as delemiter | numToStr | 2022-01-07 | 1 | -1/+5 | |
| | | ||||||
| * | fix(locals): fix local selectors query | Fymyte | 2022-01-06 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | |||||
| * | add(indent): add ignore indent for comments | Fymyte | 2022-01-06 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | |||||
| * | fix(indent): fix indent queries | Fymyte | 2022-01-06 | 1 | -1/+3 | |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | |||||
| * | add(query): fold, indent and locals queries for rasi | Fymyte | 2022-01-06 | 3 | -0/+11 | |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | |||||
| * | improve markdown highlighting | Alvaro Muñoz Sanchez | 2022-01-06 | 2 | -5/+15 | |
| | | ||||||
| * | Be more accurate about code block language | MDeiml | 2022-01-05 | 1 | -1/+2 | |
| | | ||||||
| * | fix(haskell): Haskell switched to C scanner | Stephan Seitz | 2022-01-05 | 2 | -5/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-05 | 1 | -11/+14 | |
| | | ||||||
| * | highlights(Pascal): Fix highlighting of types | Philip Zander | 2022-01-05 | 2 | -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 change | Mads Kjeldgaard | 2022-01-05 | 1 | -6/+4 | |
| | | ||||||
| * | Update README | Github Actions | 2022-01-05 | 1 | -0/+1 | |
| | | ||||||
| * | fix(fusion): update lockfile to latest | Jirgn | 2022-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | add(rasi): add rasi parser | Fymyte | 2022-01-05 | 2 | -0/+91 | |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | |||||
| * | Remove Python docstring injections | Rafik Draoui | 2022-01-04 | 1 | -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 README | Github Actions | 2022-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fix: Account for winnr being nil in calls to get_node_at_cursor | Wil Thomason | 2022-01-04 | 1 | -1/+2 | |
| | | ||||||
| * | update lockfile for fusion | Jirgn | 2022-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix: remove experimental flag | Jirgn | 2022-01-04 | 1 | -1/+0 | |
| | | | | | | | | | | We now have a working grammer and also * highlight * indent * fold no need for experimental hint anymore | |||||
| * | fix: typo in locals query | Jirgn | 2022-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix: add eel_array and eel_object to indent query | Jirgn | 2022-01-04 | 1 | -0/+4 | |
| | | ||||||
| * | fix: highlights for value_expression start and end as punctuation | Jirgn | 2022-01-04 | 1 | -0/+4 | |
| | | ||||||
| * | feat: add indent for fusion and afx | Jirgn | 2022-01-04 | 1 | -0/+15 | |
| | | ||||||
| * | fix: add afx_text to highlights (text) | Jirgn | 2022-01-04 | 1 | -0/+2 | |
| | | ||||||
| * | feat: add more local definitions | Jirgn | 2022-01-04 | 1 | -0/+18 | |
| | | ||||||
| * | feat: add fold queries | Jirgn | 2022-01-04 | 1 | -0/+6 | |
| | | ||||||
| * | highlights(pascal): Highlight variables | Philip Zander | 2021-12-29 | 1 | -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-24 | 1 | -0/+1 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | Update lockfile.json (#2150) | github-actions[bot] | 2021-12-24 | 1 | -7/+10 | |
| | | | | | | | | | * Update lockfile.json * Don't update supercollider Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||||
