| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add groovy support | ShootingStarDragons | 2023-06-27 | 1 | -0/+9 |
| | | |||||
| * | fix(elm): adapt to scanner rewrite | Amaan Qureshi | 2023-06-26 | 1 | -1/+1 |
| | | |||||
| * | fix(html): adapt to scanner rewrite | Christian Clason | 2023-06-25 | 1 | -1/+1 |
| | | |||||
| * | fix(hack): adapt to scanner rewrite | Amaan Qureshi | 2023-06-25 | 1 | -1/+1 |
| | | |||||
| * | feat: add support for haskell persistent library | Borys Lykah | 2023-06-24 | 1 | -0/+9 |
| | | |||||
| * | fix(racket): adapt to scanner rewrite | Amaan Qureshi | 2023-06-24 | 1 | -1/+1 |
| | | |||||
| * | fix(python): adapt to scanner rewrite | Amaan Qureshi | 2023-06-24 | 1 | -1/+1 |
| | | |||||
| * | fix(php): adapt to scanner rewrite | Amaan Qureshi | 2023-06-21 | 1 | -1/+1 |
| | | |||||
| * | fix(gdscript): adapt to scanner rewrite | Amaan Qureshi | 2023-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix(firrtl): adapt to scanner rewrite | Amaan Qureshi | 2023-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix(org): adapt to scanner rewrite | Amaan Qureshi | 2023-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix(starlark): adapt to scanner rewrite | Amaan Qureshi | 2023-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix(elixir): adapt to scanner rewrite | Amaan Qureshi | 2023-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix(arduino): adapt to scanner rewrite | ObserverOfTime | 2023-06-19 | 1 | -1/+1 |
| | | |||||
| * | fix(cpp): adapt to scanner rewrite | Christian Clason | 2023-06-19 | 1 | -1/+1 |
| | | |||||
| * | feat(matlab)!: replace parser | Álan Crístoffer | 2023-06-19 | 1 | -3/+3 |
| | | |||||
| * | chore: update cmake files | Amaan Qureshi | 2023-06-17 | 1 | -1/+1 |
| | | |||||
| * | feat: add language support for corn (#4864) | Jake Stanger | 2023-05-29 | 1 | -0/+8 |
| | | | | | Adds queries and a parser mapping for the [Corn](https://github.com/jakestanger/corn) configuration language. | ||||
| * | fix(indent): return early if query doesn't exist | Pham Huy Hoang | 2023-05-24 | 1 | -0/+3 |
| | | |||||
| * | feat: add Intel Implicit SPMD Program Compiler (ISPC) | fab4100 | 2023-05-20 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | * Add ISPC parser config * Add ISPC queries * Update queries/ispc/injections.scm Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> --------- Co-authored-by: Fabian Wermelinger <fab4100@posteo.net> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> | ||||
| * | feat: add Objective-C | Amaan Qureshi | 2023-05-19 | 1 | -0/+8 |
| | | |||||
| * | feat(t32): add indent rules (#4782) | Christoph Sax | 2023-05-18 | 1 | -1/+1 |
| | | |||||
| * | fixup: use correct require syntax | Pham Huy Hoang | 2023-05-17 | 1 | -1/+1 |
| | | |||||
| * | refactor(indent): backport improvements from main | Christian Clason | 2023-05-17 | 1 | -52/+71 |
| | | | | | | | * replace ts_utils.memoize_by_buftick by simpler implementation * simplify construction of hash map * prefer Neovim APIs | ||||
| * | fix indent/fold memleak | Pham Huy Hoang | 2023-05-16 | 1 | -1/+1 |
| | | |||||
| * | fix: force upstreamed predicates | Christian Clason | 2023-05-15 | 1 | -2/+2 |
| | | |||||
| * | Added USD as a language + some queries | Colin Kennedy | 2023-05-15 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added USD highlight unittests Added USD indentation Added USD indents.scm file Added USD indent rules Simplified USD highlight groups Added explicit highlight groups Added newline Removed after/ftdetect/usda.lua usd/indents.scm - Added inline comments explaining the nodes Fixed USD highlight group unittests Added indentation unittests Simplified USD `@identifier` highlighting Added USD documentation highlight group tests Simplified USD highlight groups Moved USD `@identifier` and `@namespace` highlights into one place Removed and simplified tests/query/highlights/usd Simplified tests/query/highlights/usd more Removed trailing newline Combined USD test files Added `set filetype=usd` to minimal_init.lua | ||||
| * | feat: add Odin | Amaan Qureshi | 2023-05-13 | 1 | -0/+8 |
| | | |||||
| * | feat: add janet_simple | sogaiu | 2023-04-30 | 1 | -0/+9 |
| | | |||||
| * | feat: add luau | Amaan Qureshi | 2023-04-28 | 1 | -0/+8 |
| | | |||||
| * | feat: add puppet | Amaan Qureshi | 2023-04-26 | 1 | -0/+8 |
| | | |||||
| * | fix: add `-f` to `mv` to avoid errors when updating | WindSoilder | 2023-04-26 | 1 | -1/+1 |
| | | |||||
| * | feat(smali): update queries from upstream parser | Amaan Qureshi | 2023-04-25 | 1 | -1/+1 |
| | | |||||
| * | docs: update readme maintainers | Amaan Qureshi | 2023-04-21 | 1 | -2/+2 |
| | | |||||
| * | chore(parsers): update http maintainers | Amaan Qureshi | 2023-04-20 | 1 | -1/+1 |
| | | |||||
| * | docs: update gitconfig in readme to reflect parser name (#4656) | stefan | 2023-04-20 | 1 | -1/+1 |
| | | |||||
| * | feat(markdown): configured aliases for fenced code block languages (#4659) | Benny Powers | 2023-04-18 | 1 | -11/+44 |
| | | | | | | | | | | * feat(markdown): configured aliases for languages * refactor: use vim.treesitter.match * refactor: rename local vars * fix: query syntax | ||||
| * | fix(compat): add missing get_node_text, required by playground (#4666) | tzachar | 2023-04-17 | 1 | -0/+4 |
| | | |||||
| * | fix(checkhealth): use non-deprecated versions if possible | dundargoc | 2023-04-16 | 1 | -18/+22 |
| | | |||||
| * | add test | Pham Huy Hoang | 2023-04-08 | 1 | -2/+2 |
| | | |||||
| * | fix(indent): Make indent ignore trailing spaces/comment | Pham Huy Hoang | 2023-04-08 | 1 | -5/+23 |
| | | | | | Signed-off-by: Pham Huy Hoang <hoangtun0810@gmail.com> | ||||
| * | vim: switch to parser maintained by Neovim (#4610) | Christian Clason | 2023-04-07 | 1 | -2/+2 |
| | | | | | | Problem: The current vimscript parser has not been maintained for a while, which was a blocker for packaging the coming Neovim release. Solution: Fork parser to https://github.com/neovim/tree-sitter-vim/ and maintain it there from now on. | ||||
| * | feat: use `-bundle` to build parsers on macOS | Carlo Cabrera | 2023-04-03 | 1 | -1/+5 |
| | | | | | | | | | | | This will make the parsers align more closely to the ones bundled with Neovim, because CMake uses the `-bundle` flag (instead of `-shared`) on macOS when a library is compiled as a `MODULE`. See, for example: https://github.com/neovim/neovim/blob/10baf89712724b4b95f7c641f2012f051737003c/cmake.deps/cmake/TreesitterParserCMakeLists.txt#L6-L9 | ||||
| * | chore(help)!: renamed to vimdoc | Christian Clason | 2023-04-01 | 1 | -8/+9 |
| | | |||||
| * | feat: add FIRRTL | Amaan Qureshi | 2023-03-27 | 1 | -0/+8 |
| | | |||||
| * | feat: add Pony | Amaan Qureshi | 2023-03-27 | 1 | -0/+8 |
| | | |||||
| * | fix: uninstall function in the install.lua | Sergey Kacheev | 2023-03-24 | 2 | -3/+4 |
| | | | | | | The get_ensure_installed_parsers function return a table for the option "all" because uninstall accepts a table | ||||
| * | fix: `get_range` shim for playground | Tom van Dijk | 2023-03-24 | 2 | -10/+11 |
| | | |||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 2 | -53/+71 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | split delimiter into open_delimiter and close_delimiter | George Harker | 2023-03-24 | 1 | -7/+6 |
| | | |||||
