| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-31 | Update lockfile.json | GitHub | |
| 2022-05-30 | Update lockfile.json | GitHub | |
| 2022-05-30 | Update lockfile.json | GitHub | |
| 2022-05-29 | highlights(c): highlight field_designator as `@property` | Stephan Seitz | |
| 2022-05-29 | Update lockfile.json | GitHub | |
| 2022-05-28 | Update lockfile.json | GitHub | |
| 2022-05-28 | fix(r): add external scanner | Christian Clason | |
| 2022-05-25 | Update lockfile.json | GitHub | |
| 2022-05-24 | fix(nix): update parser and queries | Minijackson | |
| 2022-05-23 | Update lockfile.json | GitHub | |
| 2022-05-22 | Update lockfile.json | GitHub | |
| 2022-05-21 | Update README | Github Actions | |
| 2022-05-21 | Update lockfile.json | GitHub | |
| 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 | |||
| 2022-05-21 | Add wiki link to information on languages | TerseTears | |
| 2022-05-21 | highlights(latex): only highlight command name, not whole command | Stephan Seitz | |
| 2022-05-21 | highlights(slint): highlight operators and more punctuation | Stephan Seitz | |
| 2022-05-20 | Update lockfile.json | GitHub | |
| 2022-05-17 | Update lockfile.json | GitHub | |
| 2022-05-15 | python(folds): fold whole functions not only body | Stephan Seitz | |
| 2022-05-15 | Don't expect any change on reindenting the whole unfinished-call.php | przepompownia | |
| 2022-05-15 | unfinished-call.php: expect 0-column indentation | przepompownia | |
| 2022-05-15 | Remove unused XFAIL | przepompownia | |
| 2022-05-15 | Change test expectation | przepompownia | |
| 2022-05-15 | indents(php): @auto on comment and ERROR | przepompownia | |
| Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks. | |||
| 2022-05-15 | highlights(cuda): add __grid_constant__ | Stephan Seitz | |
| 2022-05-15 | Update lockfile.json | GitHub | |
| 2022-05-14 | Update lockfile.json | GitHub | |
| 2022-05-14 | Use @definition.function for method & func definitions | William Mathewson | |
| 2022-05-14 | Add method to definitions in ECMA locals | William Mathewson | |
| In Telescope, function declarations were being exposed in the selector, but not method definitions which are also a form of function declaration. | |||
| 2022-05-14 | Update lockfile.json | GitHub | |
| 2022-05-14 | fix(commands): add -bar to allow other commands | kiyan | |
| addresses #2920 | |||
| 2022-05-14 | highlights(scheme): some fix (#2932) | 6cdh | |
| * Add block comment * Add λ highlight | |||
| 2022-05-13 | Python: highlight future import (#2936) | Santos Gallegos | |
| * Python: highlight future import * Use constant.builtin | |||
| 2022-05-13 | highlights(php): improve highlight for attributes | nsfisis | |
| 2022-05-13 | Update lockfile.json | GitHub | |
| 2022-05-11 | Update lockfile.json | GitHub | |
| 2022-05-11 | Update lockfile.json | GitHub | |
| 2022-05-10 | Update lockfile.json | GitHub | |
| 2022-05-08 | Update lockfile.json | GitHub | |
| 2022-05-07 | highlights(cpp): make "::" `@punctuation.delimiter` | Stephan Seitz | |
| Fixes #2902 | |||
| 2022-05-07 | Update lockfile.json | GitHub | |
| 2022-05-06 | Update lockfile.json | GitHub | |
| 2022-05-06 | highlights(ocaml): highlight units as such | Pau Ruiz Safont | |
| 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> | |||
