| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | highlights(ocaml): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -5/+10 |
| | | |||||
| * | fix(ocaml): change query order for Variables | Robin Björklin | 2022-10-25 | 1 | -7/+7 |
| | | | | | | | By moving the Variables query higher it gives the @variable capture group a lower precedence when highlighting. This makes it possible to distinguish between @function and @variable. | ||||
| * | highlights(ocaml): highlight units as such | Pau Ruiz Safont | 2022-05-06 | 1 | -1/+2 |
| | | | | | | | | | Units were shadowed by the punctuation highlights in all situations. Restrict the context where parentheses are highlighted as punctuation so () can be highlighted as constants. Signed-off-by: Pau Ruiz Safont <unduthegun@gmail.com> | ||||
| * | OCaml string format specifiers | Dawid Zych | 2021-12-02 | 1 | -1/+1 |
| | | | | | | For format specifiers use @string.special instead of @punctuation.special. | ||||
| * | OCaml use @constant.builtin for built in constants | silenc3r | 2021-12-01 | 1 | -1/+3 |
| | | |||||
| * | Use `@keyword.function` consistently | Sergio Alejandro Vargas | 2021-07-06 | 1 | -1/+3 |
| | | |||||
| * | Use #any-of? instead of #match? where posible | Joakker | 2021-06-25 | 1 | -1/+4 |
| | | |||||
| * | highlights(ocaml): add hash and sign operators | Pau Ruiz Safont | 2021-05-11 | 1 | -0/+2 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | Re-add OCaml query that lead to crash before tree-sitter fix | Stephan Seitz | 2021-03-16 | 1 | -2/+1 |
| | | | | | Ref: https://github.com/tree-sitter/tree-sitter/issues/968#issuecomment-792932744 | ||||
| * | Fix ocaml queries | Stephan Seitz | 2021-03-16 | 1 | -2/+4 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+1 |
| | | | | Closes #236 | ||||
| * | highlights(ocaml): change order or captures | Pau Ruiz Safont | 2021-02-28 | 1 | -24/+24 |
| | | | | | | | | This because the later captures have more priority in neovim, not less like in upstream. This fixes highlighting highlighting for let* and +, for example. | ||||
| * | highlights(ocaml): add unit and pretty_printing_indication | Pau Ruiz Safont | 2021-02-28 | 1 | -2/+5 |
| | | |||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -1/+1 |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | ||||
| * | fix(ocaml): highlight characters as such | Pau Ruiz Safont | 2020-10-04 | 1 | -1/+3 |
| | | |||||
| * | Add OCaml folds | Pieter Goetschalckx | 2020-09-21 | 1 | -0/+30 |
| | | |||||
| * | Improve OCaml locals | Pieter Goetschalckx | 2020-09-21 | 1 | -3/+58 |
| | | |||||
| * | Improve OCaml highlights | Pieter Goetschalckx | 2020-09-21 | 1 | -3/+1 |
| | | |||||
| * | ocaml: follow upstream for highlights | Pau Ruiz Safont | 2020-09-19 | 1 | -6/+3 |
| | | |||||
| * | ocaml: follow upstream for highlights | Pau Ruiz Safont | 2020-09-19 | 1 | -5/+7 |
| | | |||||
| * | fix ocaml highlights | Pau Ruiz Safont | 2020-09-12 | 1 | -3/+7 |
| | | | | | | Function matching was wrongly parenthesized, parameter detection was too eager and it was wrongly matching all + and - as delimiters | ||||
| * | maintenance(ocaml): adapt queries to nvim-treesitter | Pau Ruiz Safont | 2020-09-11 | 3 | -127/+33 |
| | | |||||
| * | feat(queries): pull ocaml queries from upstream | Pau Ruiz Safont | 2020-09-11 | 3 | -117/+244 |
| | | |||||
| * | fix: ocaml highlight | Pau Ruiz Safont | 2020-09-06 | 1 | -2/+1 |
| | | | | | | The string.special group was removed from highlight.lua, replace its uses by the string group. | ||||
| * | Fix filename | Pieter Goetschalckx | 2020-09-05 | 1 | -0/+0 |
| | | |||||
| * | feat(highlights): add ocaml | Pau Ruiz Safont | 2020-08-24 | 1 | -0/+147 |
