summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-31Update lockfile.jsonGitHub
2022-05-30Update lockfile.jsonGitHub
2022-05-30Update lockfile.jsonGitHub
2022-05-29highlights(c): highlight field_designator as `@property`Stephan Seitz
2022-05-29Update lockfile.jsonGitHub
2022-05-28Update lockfile.jsonGitHub
2022-05-28fix(r): add external scannerChristian Clason
2022-05-25Update lockfile.jsonGitHub
2022-05-24fix(nix): update parser and queriesMinijackson
2022-05-23Update lockfile.jsonGitHub
2022-05-22Update lockfile.jsonGitHub
2022-05-21Update READMEGithub Actions
2022-05-21Update lockfile.jsonGitHub
2022-05-21highlights(vlang): add `attribute_declaration` and specialize some keywordsStephan Seitz
2022-05-21feat: highlight string_interpolation identifierstami5
functions call work without issues
2022-05-21chore: add more builtin variablestami5
2022-05-21chore: add $else keywordtami5
2022-05-21chore(vlang): rename set! > #set!tami5
2022-05-21parser(vlang): fix location of remote repoStephan Seitz
2022-05-21feat(vlang): initial supporttami5
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-21Add wiki link to information on languagesTerseTears
2022-05-21highlights(latex): only highlight command name, not whole commandStephan Seitz
2022-05-21highlights(slint): highlight operators and more punctuationStephan Seitz
2022-05-20Update lockfile.jsonGitHub
2022-05-17Update lockfile.jsonGitHub
2022-05-15python(folds): fold whole functions not only bodyStephan Seitz
2022-05-15Don't expect any change on reindenting the whole unfinished-call.phpprzepompownia
2022-05-15unfinished-call.php: expect 0-column indentationprzepompownia
2022-05-15Remove unused XFAILprzepompownia
2022-05-15Change test expectationprzepompownia
2022-05-15indents(php): @auto on comment and ERRORprzepompownia
Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks.
2022-05-15highlights(cuda): add __grid_constant__Stephan Seitz
2022-05-15Update lockfile.jsonGitHub
2022-05-14Update lockfile.jsonGitHub
2022-05-14Use @definition.function for method & func definitionsWilliam Mathewson
2022-05-14Add method to definitions in ECMA localsWilliam 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-14Update lockfile.jsonGitHub
2022-05-14fix(commands): add -bar to allow other commandskiyan
addresses #2920
2022-05-14highlights(scheme): some fix (#2932)6cdh
* Add block comment * Add λ highlight
2022-05-13Python: highlight future import (#2936)Santos Gallegos
* Python: highlight future import * Use constant.builtin
2022-05-13highlights(php): improve highlight for attributesnsfisis
2022-05-13Update lockfile.jsonGitHub
2022-05-11Update lockfile.jsonGitHub
2022-05-11Update lockfile.jsonGitHub
2022-05-10Update lockfile.jsonGitHub
2022-05-08Update lockfile.jsonGitHub
2022-05-07highlights(cpp): make "::" `@punctuation.delimiter`Stephan Seitz
Fixes #2902
2022-05-07Update lockfile.jsonGitHub
2022-05-06Update lockfile.jsonGitHub
2022-05-06highlights(ocaml): highlight units as suchPau 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>