| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-22 | chore: remove executable permissions on graphql spec file (#3206) | Kiyan | |
| 2022-06-26 | ci(macos): update to upstream changes in release | Christian Clason | |
| macOS release archive now uses `nvim-macos` as extracted directory. | |||
| 2022-04-30 | refactor!: update to Neovim 0.7 APIs | Christian Clason | |
| * set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua | |||
| 2022-04-15 | ci: don't skip swift anymore | Stephan Seitz | |
| I think this was a nvim 0.6 issue | |||
| 2022-04-02 | chore: update formatting for stylua update | Stephan Seitz | |
| 2022-02-15 | Gleam indentation tests | Connor Lay (Clay) | |
| 2022-02-09 | fix(makefile): add forgotten CXX_STANDARD again | Stephan Seitz | |
| 2022-02-08 | chore(makefile): apply fixes to original makefile | Stephan Seitz | |
| 2022-02-08 | fix: revert to basic makefile where all variables are set by Lua | Stephan Seitz | |
| Fixes #2463 | |||
| 2022-02-08 | fix: -Os should be used during compilation phase in makefile | Stephan Seitz | |
| 2022-02-06 | ci: remove unnecessary apt calls | Dundar Göc | |
| 2022-02-04 | fix(makefile): scanner.c isn't always available | kylo252 | |
| certain parsers like `tree-sitter-go` only contain parser.{c|cc} | |||
| 2022-02-04 | ci: make io_print accept nil as input argument (#2445) | dundargoc | |
| Convert nil to an empty string, which mimicks the behavior of standard print | |||
| 2022-01-31 | ci: skip swift check on neovim stable | Dundar Göc | |
| This is meant as a temporary workaround until neovim 0.7 is released. More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357 | |||
| 2022-01-31 | ci: prefer io.write instead of print to have full control of output | Dundar Göc | |
| This should prevent different output formats on windows and unix. | |||
| 2022-01-30 | ci: add folds to CI output to better group related information | Dundar Göc | |
| 2022-01-25 | refactor(lockfile): use better jq parsing | kylo252 | |
| 2022-01-25 | refactor(makefile): better powershell handling | kylo252 | |
| - add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist | |||
| 2022-01-25 | test: use powershell by default | kylo252 | |
| 2022-01-25 | refactor(installer): more modular makefile | kylo252 | |
| - support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support | |||
| 2022-01-23 | Set CXX standard per parser and fix Norg | Stephan Seitz | |
| 2022-01-23 | Allow compilation via makefile | Stephan Seitz | |
| 2022-01-16 | ci: print query loading times | Stephan Seitz | |
| 2022-01-16 | remove ftdetect. add filetype hocon to minimal_init.lua | antosha417 | |
| 2021-12-20 | ci: Remove "ensure_installed" from minimal_init.lua | Stephan Seitz | |
| 2021-11-24 | ci: Add workflow for tests | Stephan Seitz | |
| 2021-11-24 | Update run_tests to be more scalable with more test folders added | Stephan Seitz | |
| 2021-11-24 | ci: Try out windows-2022 | Stephan Seitz | |
| 2021-10-21 | ci: use nvim v0.5.1 on CI | Stephan Seitz | |
| 2021-10-07 | feat: add "experimental" key to parsers | Cezary Drożak | |
| feat(ci): mark parsers as experimental in README | |||
| 2021-08-30 | test: Add tests for is_in_node_range (#1756) | partizan | |
| * fix: is_in_node_range now includes end line and col This fixes no indents at the end of python files Refs #1136 * update scala highlights (#1760) * add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> * test: Add unit tests * Revert "fix: is_in_node_range now includes end line and col" This reverts commit 5a721fef5620eb2fae6d9cebe09bf7b230f2606f. * refactor test * apply stylua * fix luacheck * update `describe` text * smallfix Co-authored-by: Stevan Milic <stevan.milic@yahoo.com> Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> | |||
| 2021-08-23 | chore: provide a script to repin a language | Thomas Vigouroux | |
| 2021-08-01 | CI: don't require to have parsers installed to check for injections | Santos Gallegos | |
| 2021-07-19 | Change install command on Mac | Stephan Seitz | |
| Fixes #1600 | |||
| 2021-07-07 | CI: remove LLVM compilation from Mac CI | Stephan Seitz | |
| 2021-07-05 | Luacheck: use config file to exclude files | Santos Gallegos | |
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-05-31 | Improve check-queries (#1253) | Santos Gallegos | |
| - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries. | |||
| 2021-05-18 | CI: Improved parser installation logic | Daniel Kempkens | |
| 2021-05-18 | CI: Install tree-sitter | Daniel Kempkens | |
| 2021-04-23 | move all tests to top-level tests/ directory | Jędrzej Boczar | |
| 2021-04-23 | ignore Lua indent test files when doing style-check | Jędrzej Boczar | |
| 2021-04-23 | scripts: print test results summary with --summary | Jędrzej Boczar | |
| 2021-04-23 | scripts: fix wrong swapfile setting in minimal_init | Jędrzej Boczar | |
| 2021-04-23 | Initial sketch of automated indent tests | Jędrzej Boczar | |
| 2021-04-22 | Allow failures for defined parsers | Stephan Seitz | |
| 2021-04-22 | Try out llvm --HEAD | Stephan Seitz | |
| 2021-04-22 | fix(CI): install newer version of clang on MacOS | Stephan Seitz | |
| 2021-04-22 | fix(CI): ensure parsers that don't require tree-sitter CLI are installed | Stephan Seitz | |
| 2021-03-16 | fix(CI): add brew update | Stephan Seitz | |
