| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs: swap life-time around | Chris Kipp | 2023-01-15 | 1 | -1/+1 | |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | docs: clarify @storageclass in CONTRIBUTING docs | Chris Kipp | 2023-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | This is just a tiny change that was in reference to https://github.com/nvim-treesitter/nvim-treesitter/pull/4153#discussion_r1070276800. The basis is that `@storageclass` should only be used unless it's actually affecting storage in memory. There are further conversations about this in the following places: - https://github.com/nvim-treesitter/nvim-treesitter/pull/3648#issuecomment-1279923861 - https://github.com/nvim-treesitter/nvim-treesitter/pull/3648#issuecomment-1291624844 | |||||
| * | highlights(haskell): don't match True|False in other identifiers | Stephan Seitz | 2023-01-14 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> Co-authored-by: Guillaume Bouchard <guibou@users.noreply.github.com> | |||||
| * | highlights(elm): fix boolean literals | Ananda Umamil | 2023-01-14 | 2 | -1/+2 | |
| | | ||||||
| * | highlights(haskell): special sigils and operators | Ananda Umamil | 2023-01-14 | 1 | -0/+5 | |
| | | ||||||
| * | refactor(scala): update the Scala highlight queries | Chris Kipp | 2023-01-14 | 2 | -48/+86 | |
| | | | | | | | | | | | | | | | | | | There has been a lot of changes recently to the Scala grammar and we've been merging in a handful of things before syncing the actual generated parser. We are currently at a stage where we're going to sync everything, but there are some breaking changes that are included in https://github.com/tree-sitter/tree-sitter-scala/pull/135, so when that commit gets synced here stuff will break. We've taken the queries that existed here and have been building off of them in the actual upstream repo. This will hopefully make the transition smooth and updates the queries to ensure that there is no breakage. It's recommended to wait until that pr is merged, synced here, and then merge this in around the same time. Co-authored-by: eugene yokota <eed3si9n@gmail.com> Co-authored-by: Anton Sviridov <keynmol@gmail.com> | |||||
| * | ci: stop running update-lockfile after every commit | Christian Clason | 2023-01-14 | 1 | -3/+0 | |
| | | | | | | | | This is wasteful and noisy for unrelated commits, while the intended use (making sure that new parsers have a lockfile entry) can be covered by either making sure this is part of the initial PR (ideally) or running the action manually. | |||||
| * | indents(c): update if cases | Pham Huy Hoang | 2023-01-14 | 2 | -50/+60 | |
| | | ||||||
| * | indents(c): Refactor indent queries | Pham Huy Hoang | 2023-01-14 | 6 | -14/+178 | |
| | | ||||||
| * | highlights(kotlin): package keyword and declaration | Ananda Umamil | 2023-01-14 | 1 | -2/+2 | |
| | | ||||||
| * | readme: runtimepath before setup call | Gaetan Lepage | 2023-01-14 | 1 | -1/+2 | |
| | | ||||||
| * | markdown: add strikethrough and blockquote captures | Christian Clason | 2023-01-14 | 3 | -1/+7 | |
| | | ||||||
| * | feat(scss): add known at-rules to keyword list | Saurabh Charde | 2023-01-13 | 1 | -1/+7 | |
| | | ||||||
| * | Update parsers: c_sharp, scala | GitHub | 2023-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: c_sharp, julia, sql | GitHub | 2023-01-12 | 1 | -3/+3 | |
| | | ||||||
| * | fix(nickel): follow upstream change in ↵ | Stephan Seitz | 2023-01-11 | 1 | -1/+1 | |
| | | | | | https://github.com/nickel-lang/tree-sitter-nickel/pull/13/files#diff-d485a982e458ef8da2cc203585065b7542665cb80b78d230b1e8f77ea25825d4 | |||||
| * | Update parsers: c_sharp, nickel, sql | GitHub | 2023-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | injections(nix): remove `@combined` | figsoda | 2023-01-11 | 1 | -1/+0 | |
| | | ||||||
| * | fix(nix): reduce injection false positives | figsoda | 2023-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | docs: remove remaining references to Zulip | Stephan Seitz | 2023-01-11 | 1 | -7/+5 | |
| | | ||||||
| * | highlights(haskell): function and variable bindings | Ananda Umamil | 2023-01-11 | 1 | -1/+4 | |
| | | ||||||
| * | Update parsers: scala | GitHub | 2023-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: c_sharp | GitHub | 2023-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: embedded_template, scala | GitHub | 2023-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | feat: let qml use qmljs | ShootingStarDragons | 2023-01-10 | 1 | -1/+1 | |
| | | | | | | Someone like qml to mark qmljs, so let 'qml' use qmljs | |||||
| * | Update parsers: ruby, scala | GitHub | 2023-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | docs: install four bundled parser in README | Christian Clason | 2023-01-10 | 1 | -2/+2 | |
| | | | | Now that Neovim bundles C, Lua, Vim, and Help parsers, these should be installed with nvim-treesitter as well to make sure that matching parser and query versions are used. | |||||
| * | Update parsers: c_sharp, scala | GitHub | 2023-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(wgsl): comment -> {line,block}_comment | Stephan Seitz | 2023-01-10 | 2 | -2/+2 | |
| | | ||||||
| * | parsers(wgsl_bevy): add scanner.c | Stephan Seitz | 2023-01-10 | 2 | -2/+2 | |
| | | ||||||
| * | parsers(wgsl): add scanner.c | Stephan Seitz | 2023-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: scala, wgsl | GitHub | 2023-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | Update indent-square-brackets.rb | Cameron | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | Create indent-square-brackets.rb | Cameron | 2023-01-09 | 1 | -0/+5 | |
| | | ||||||
| * | Update indents.scm | Cameron | 2023-01-09 | 1 | -2/+1 | |
| | | ||||||
| * | refactor: move method and end_method to @keyword.function | Amaan Q | 2023-01-09 | 1 | -2/+5 | |
| | | ||||||
| * | fix: character_literal is no longer unsupported :) | Amaan Q | 2023-01-09 | 1 | -1/+0 | |
| | | ||||||
| * | feat: add character_literal query | Amaan Qureshi | 2023-01-09 | 1 | -2/+2 | |
| | | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | parsers(smali): bump smali parser for character literal support | Amaan Q | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add smali query | Amaan Q | 2023-01-09 | 2 | -0/+114 | |
| | | ||||||
| * | feat: add smali to lockfile, parser, and link to repo in README | Amaan Q | 2023-01-09 | 3 | -0/+13 | |
| | | ||||||
| * | injections(cpp): add injections for raw string literals | John Drouhard | 2023-01-09 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | the delimiter describes the language to use for the injection content ```cpp auto python_code = R"python( import os if __name__ == '__main__': print(os.name) )python"; ``` | |||||
| * | Update parsers: scala | GitHub | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | folds(fennel): add `let`, `fn`, `let_clause`, `quoted_list`, `local`, ↵ | Chinmay Dalal | 2023-01-09 | 1 | -1/+1 | |
| | | | | | `global` folds | |||||
| * | folds(fennel): add fennel folds | Chinmay Dalal | 2023-01-09 | 1 | -0/+1 | |
| | | ||||||
| * | Update parsers: scala | GitHub | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: cpp, cuda, hlsl, scala, swift, wgsl_bevy | GitHub | 2023-01-09 | 1 | -6/+6 | |
| | | ||||||
| * | ci: fix file name for cache calculation | Stephan Seitz | 2023-01-08 | 2 | -2/+3 | |
| | | ||||||
| * | install: allow pure C parsers to be compiled without `-lstdc++` | Stephan Seitz | 2023-01-08 | 1 | -1/+7 | |
| | | | | | | | | E.g. installing C [here](https://github.com/nvim-treesitter/nvim-treesitter/issues/4056) does not require libstdc++. Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | Update parsers: c_sharp, clojure, cpp, cuda, fortran, gitcommit, hlsl, http, ↵ | GitHub | 2023-01-07 | 1 | -12/+12 | |
| | | | | | prisma, scala, v, wgsl | |||||
