aboutsummaryrefslogtreecommitdiffstats
path: root/queries/v/folds.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-8/+0
|
* chore: query formattingPham Huy Hoang2024-01-191-6/+8
|
* parser(vlang): fix location of remote repoStephan Seitz2022-05-211-2/+0
|
* feat(vlang): initial supporttami52022-05-211-0/+8
Add support for vlang filetypes. - [ ] Highlight `C` as builtin variable. This is FFI in vlang land, where C act like extern and access c functions. The vlang parser does some extension between C function calls and arguments but I believe highlighting C as builtin variable is sufficient indicator for now. I tried to use offset! but failed. Any suggestions? - [ ] Set up parser url. the vlang parser is located within [vls] repo. Is installing from nested repo supported? `tree_sitter_v/src/parser.c`? [vls]: https://github.com/vlang/vls/tree/master/tree_sitter_v cc @elianiva @theHamsta