aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-06-141-2/+2
|
* Update lockfile.jsonGitHub2022-06-131-2/+2
|
* Update lockfile.jsonGitHub2022-06-121-1/+1
|
* Update lockfile.jsonGitHub2022-06-121-1/+1
|
* chore: delete language-request.md (#3013)Christian Clason2022-06-121-12/+0
| | | We have a dedicated tracking issue for this now.
* Update lockfile.jsonGitHub2022-06-121-2/+2
|
* Update lockfile.jsonGitHub2022-06-111-2/+2
|
* Update lockfile.jsonGitHub2022-06-101-2/+2
|
* Update lockfile.jsonGitHub2022-06-091-1/+1
|
* Update lockfile.jsonGitHub2022-06-091-1/+1
|
* Update lockfile.jsonGitHub2022-06-081-1/+1
|
* Update lockfile.jsonGitHub2022-06-071-2/+2
|
* Update lockfile.jsonGitHub2022-06-071-2/+2
|
* vim: add basic folding for if statements and functions (#2994)Seth Barberee2022-06-071-0/+4
|
* Update lockfile.jsonGitHub2022-06-061-2/+2
|
* update scala revisionStuart Mashaal2022-06-061-1/+1
|
* Update lockfile.jsonGitHub2022-06-051-1/+1
|
* make ft_to_lang work for csharp (#2989)Alexej Kowalew2022-06-051-0/+1
|
* Update lockfile.jsonGitHub2022-06-051-1/+1
|
* injections(ecma): add injection for commented graphql template strings (#2987)Jackson Ludwig2022-06-051-0/+7
|
* highlights(php): highlight readonly keywordshirasaka2022-06-041-0/+1
|
* Update lockfile.jsonGitHub2022-06-041-3/+3
|
* Update lockfile.jsonGitHub2022-06-031-4/+4
|
* fix(health): update to upstream changesChristian Clason2022-06-021-1/+1
| | | | The `health` module was moved to `vim.health` in https://github.com/neovim/neovim/pull/18720
* Update lockfile.jsonGitHub2022-06-021-4/+4
|
* Update lockfile.jsonGitHub2022-06-011-4/+4
|
* feat(highlights/julia): make operators visibleSergio Alejandro Vargas2022-06-011-23/+13
| | | | See tree-sitter/tree-sitter-julia#34
* Update lockfile.jsonGitHub2022-05-311-11/+11
|
* Update lockfile.jsonGitHub2022-05-301-1/+1
|
* Update lockfile.jsonGitHub2022-05-301-1/+1
|
* highlights(c): highlight field_designator as `@property`Stephan Seitz2022-05-291-0/+1
|
* Update lockfile.jsonGitHub2022-05-291-1/+1
|
* Update lockfile.jsonGitHub2022-05-281-3/+3
|
* fix(r): add external scannerChristian Clason2022-05-282-2/+2
|
* Update lockfile.jsonGitHub2022-05-251-3/+3
|
* fix(nix): update parser and queriesMinijackson2022-05-244-43/+29
|
* Update lockfile.jsonGitHub2022-05-231-3/+3
|
* Update lockfile.jsonGitHub2022-05-221-2/+2
|
* Update READMEGithub Actions2022-05-211-0/+1
|
* Update lockfile.jsonGitHub2022-05-211-0/+3
|
* highlights(vlang): add `attribute_declaration` and specialize some keywordsStephan Seitz2022-05-211-18/+31
|
* feat: highlight string_interpolation identifierstami52022-05-211-4/+11
| | | | functions call work without issues
* chore: add more builtin variablestami52022-05-211-1/+1
|
* chore: add $else keywordtami52022-05-211-0/+1
|
* chore(vlang): rename set! > #set!tami52022-05-211-3/+3
|
* parser(vlang): fix location of remote repoStephan Seitz2022-05-213-13/+11
|
* feat(vlang): initial supporttami52022-05-217-1/+460
| | | | | | | | | | | | | | | | 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
* Add wiki link to information on languagesTerseTears2022-05-211-0/+1
|
* highlights(latex): only highlight command name, not whole commandStephan Seitz2022-05-211-2/+1
|
* highlights(slint): highlight operators and more punctuationStephan Seitz2022-05-211-0/+30
|