aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ocaml_interface
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-125-331/+0
|
* fix(ocaml_interface): remove unused ruleAmaan Qureshi2024-10-161-1/+327
|
* feat: add indents for ocaml and ocaml interface (#4725)Pham Huy Hoang2023-05-011-0/+1
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+1
| | | Closes #236
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-113-0/+3
This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO.