| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-01 | fix: add used_by in parser setter | kiyan | |
| 2021-03-01 | Add 'register' as c-keyword | Fabian Viöl | |
| See https://en.wikipedia.org/wiki/Register_(keyword) | |||
| 2021-03-01 | highlights(glimmer): add copyright note | Stephan Seitz | |
| 2021-03-01 | add back delimiter | NullVoxPopuli | |
| 2021-03-01 | Copy highlights suggestion from @theHamsta | NullVoxPopuli | |
| 2021-03-01 | Add branch to glimmer config | NullVoxPopuli | |
| 2021-03-01 | Add glimmer parser | NullVoxPopuli | |
| 2021-03-01 | Support the glimmer parser when the `hbs` template literal tag is used | NullVoxPopuli | |
| 2021-02-28 | ocaml, ocaml_interface: update to latest parser | Pau Ruiz Safont | |
| Allows parsing quoted strings to have other nodes inside. | |||
| 2021-02-28 | highlights(ocaml): change order or captures | Pau Ruiz Safont | |
| This because the later captures have more priority in neovim, not less like in upstream. This fixes highlighting highlighting for let* and +, for example. | |||
| 2021-02-28 | highlights(ocaml): add unit and pretty_printing_indication | Pau Ruiz Safont | |
| 2021-02-28 | svelte: also capture src as text.uri | elianiva | |
| 2021-02-27 | chore: remove useless code and indent files | kiyan | |
| 2021-02-26 | HTML: capture src attributes as text.uri | Santos Gallegos | |
| 2021-02-25 | Add inline html comments | jghauser | |
| 2021-02-23 | ledger: update highlights | Cédric Barreteau | |
| 2021-02-23 | fix: missing erroneous end tag | elianiva | |
| 2021-02-23 | refactor: use eq | elianiva | |
| 2021-02-23 | feat: improved highlight + injections, cc @stsewd | elianiva | |
| 2021-02-23 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-02-23 | feat: add support for svelte | elianiva | |
| 2021-02-23 | add do statement to lua indents | kiyan | |
| 2021-02-22 | health: add legend for x icon in query health | kiyan | |
| 2021-02-22 | chore: rewrite healthcheck for compact output | kiyan | |
| 2021-02-22 | Ruby constants highlighted as Type | Kassio Borges | |
| In ruby constants and types are usually highlighted the sameway. Based on vim-ruby highlight. https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim#L502 | |||
| 2021-02-22 | Fix indent size | BonaBeavis | |
| 2021-02-21 | Add "v", "V", "<C-v>" as valid options of `selection_mode`. | echasnovski | |
| 2021-02-21 | Add `selection_mode` argument to `ts_utils.update_selection()`. | echasnovski | |
| 2021-02-21 | add formal_parameters | elianiva | |
| as suggested by p00f Co-authored-by: Chinmay Dalal <chinmay.dalal.22012001@gmail.com> | |||
| 2021-02-21 | feat: add java indent | elianiva | |
| 2021-02-19 | highlights(java): Highlight spread parameters | Stephan Seitz | |
| 2021-02-19 | highlights(java): fix constant highlighting (only UPPERCASE_LETTERS) | Stephan Seitz | |
| 2021-02-19 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-02-17 | List myself as the Vue maintainer | Hugo Osvaldo Barrera | |
| 2021-02-17 | Add support for folding Vue files | Hugo Osvaldo Barrera | |
| 2021-02-17 | Add support for Vue files | Hugo Osvaldo Barrera | |
| I haven't included parsing the `style` tag, since the only applicable queries we have are CSS (which actually works fine for SCSS too). | |||
| 2021-02-17 | List myself as maintainer for JSONC | Hugo Osvaldo Barrera | |
| 2021-02-17 | Add README description for JSONC | Hugo Osvaldo Barrera | |
| 2021-02-15 | Add support for JSONC | Hugo Osvaldo Barrera | |
| 2021-02-15 | highlights(rst): Reset highlights in doctest_block | Stephan Seitz | |
| 2021-02-13 | Json: update folds | Santos Gallegos | |
| Allow to fold mappings. | |||
| 2021-02-12 | C: downgrade parser | Santos Gallegos | |
| Till we figure out what's happening. Ref: - https://github.com/tree-sitter/tree-sitter-c/commits/master - https://github.com/nvim-treesitter/nvim-treesitter/issues/948 | |||
| 2021-02-12 | Update lockfile.json | GitHub | |
| 2021-02-12 | highlights(nix): fix for alias name of identifier in attrpath | Stephan Seitz | |
| 2021-02-12 | Fix parser config for nix | Stephan Seitz | |
| 2021-02-12 | Update lockfile.json | GitHub | |
| 2021-02-12 | Query: highlight modeline | Santos Gallegos | |
| Matches the first comment and the beginning from the pattern https://github.com/neovim/neovim/blob/52397aaa0d1e2d4ce1320c73761cf316fc608ffb/runtime/lua/vim/treesitter/query.lua#L25 | |||
| 2021-02-11 | fix: remove debug print on query cache invalidation | Stephan Seitz | |
| The message does not even provide any context where it's coming from and what it is exactly doing and has to be acknowledged when printed in conjunction with the "wrote xxx bytes message" | |||
| 2021-02-11 | Bump ledger version | Cédric Barreteau | |
| Adds support for multi-word commodities. | |||
| 2021-02-11 | feat(javascript): add template string language injection | Steven Sojka | |
