| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2022-05-21 | highlights(vlang): add `attribute_declaration` and specialize some keywords | Stephan Seitz | |
| 2022-05-21 | feat: highlight string_interpolation identifiers | tami5 | |
| functions call work without issues | |||
| 2022-05-21 | chore: add more builtin variables | tami5 | |
| 2022-05-21 | chore: add $else keyword | tami5 | |
| 2022-05-21 | chore(vlang): rename set! > #set! | tami5 | |
| 2022-05-21 | parser(vlang): fix location of remote repo | Stephan Seitz | |
| 2022-05-21 | feat(vlang): initial support | tami5 | |
| 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 | |||
