| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(t32): re-enable tests | Christoph Sax | 2023-07-30 | 1 | -1/+1 |
| | | | | | | | | | | - Switch to GitLab mirror repository - Lock grammar version 2.2.0 - Revert "fix(tests): mark t32 as allowed to fail" This reverts commit ba223ceecc5d66312780c45079b6ae55c406fa96. - Revert "fix(tests): remove t32 tests" This reverts commit 97957a547b93412411ba3a8a9abd27589247c869. | ||||
| * | fix(tests): mark t32 as allowed to fail | Christian Clason | 2023-07-29 | 1 | -1/+1 |
| | | |||||
| * | feat: add Hurl | Jacob Pfeifer | 2023-07-11 | 1 | -0/+1 |
| | | | | | | | | | | Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> | ||||
| * | feat(wing): add parser (#5021) | Glib Shpychka | 2023-06-29 | 1 | -0/+1 |
| | | | | | Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | ||||
| * | tests: fix failed tests (#4901) | Pham Huy Hoang | 2023-06-05 | 1 | -0/+3 |
| | | | | fix failed tests for tiger, t32 and wgsl | ||||
| * | remove unnecessary ft aus | Pham Huy Hoang | 2023-05-15 | 1 | -6/+10 |
| | | | | | specify specific plugin files to load | ||||
| * | Added USD as a language + some queries | Colin Kennedy | 2023-05-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 indents.scm for nickel (#4790) | Zheng PiaoDan | 2023-05-13 | 1 | -0/+1 |
| | | |||||
| * | style: fill in missing code docs wherever applicable | Amaan Qureshi | 2023-02-24 | 2 | -1/+14 |
| | | |||||
| * | Add treesitter CLI in CI with Windows and mac | Kiyoon Kim | 2023-02-15 | 1 | -3/+0 |
| | | |||||
| * | ci: improve CI output on query error | Stephan Seitz | 2022-12-27 | 1 | -2/+3 |
| | | |||||
| * | test: Add test name to summary output | Raymond Ha | 2022-12-13 | 1 | -1/+1 |
| | | |||||
| * | ci: fix check for valid capture | Stephan Seitz | 2022-11-25 | 1 | -1/+1 |
| | | | | | Arguments to vim.startswith where swapped. Prefix has to go second. | ||||
| * | ci(readme): add experimental annotation | ObserverOfTime | 2022-11-20 | 1 | -1/+1 |
| | | | | | even when the grammar is unmaintained | ||||
| * | test: remove bundled parsers in CI | Christian Clason | 2022-11-01 | 2 | -5/+5 |
| | | | | | ensure that queries are tested against parser version in lockfile | ||||
| * | ci: relax check for valid captures (only check prefixes) | Stephan Seitz | 2022-09-29 | 1 | -1/+12 |
| | | |||||
| * | chore: remove executable permissions on graphql spec file (#3206) | Kiyan | 2022-07-22 | 1 | -1/+1 |
| | | |||||
| * | ci(macos): update to upstream changes in release | Christian Clason | 2022-06-26 | 1 | -1/+1 |
| | | | | | macOS release archive now uses `nvim-macos` as extracted directory. | ||||
| * | refactor!: update to Neovim 0.7 APIs | Christian Clason | 2022-04-30 | 1 | -1/+1 |
| | | | | | | | | * set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua | ||||
| * | ci: don't skip swift anymore | Stephan Seitz | 2022-04-15 | 1 | -26/+22 |
| | | | | | I think this was a nvim 0.6 issue | ||||
| * | chore: update formatting for stylua update | Stephan Seitz | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | Gleam indentation tests | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+1 |
| | | |||||
| * | fix(makefile): add forgotten CXX_STANDARD again | Stephan Seitz | 2022-02-09 | 1 | -1/+2 |
| | | |||||
| * | chore(makefile): apply fixes to original makefile | Stephan Seitz | 2022-02-08 | 1 | -9/+47 |
| | | |||||
| * | fix: revert to basic makefile where all variables are set by Lua | Stephan Seitz | 2022-02-08 | 1 | -52/+9 |
| | | | | | Fixes #2463 | ||||
| * | fix: -Os should be used during compilation phase in makefile | Stephan Seitz | 2022-02-08 | 1 | -3/+4 |
| | | |||||
| * | ci: remove unnecessary apt calls | Dundar Göc | 2022-02-06 | 1 | -2/+0 |
| | | |||||
| * | fix(makefile): scanner.c isn't always available | kylo252 | 2022-02-04 | 1 | -4/+8 |
| | | | | | certain parsers like `tree-sitter-go` only contain parser.{c|cc} | ||||
| * | ci: make io_print accept nil as input argument (#2445) | dundargoc | 2022-02-04 | 1 | -0/+3 |
| | | | | | Convert nil to an empty string, which mimicks the behavior of standard print | ||||
| * | ci: skip swift check on neovim stable | Dundar Göc | 2022-01-31 | 1 | -22/+26 |
| | | | | | | | 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 | ||||
| * | ci: prefer io.write instead of print to have full control of output | Dundar Göc | 2022-01-31 | 1 | -15/+21 |
| | | | | | This should prevent different output formats on windows and unix. | ||||
| * | ci: add folds to CI output to better group related information | Dundar Göc | 2022-01-30 | 1 | -4/+7 |
| | | |||||
| * | refactor(lockfile): use better jq parsing | kylo252 | 2022-01-25 | 1 | -5/+4 |
| | | |||||
| * | refactor(makefile): better powershell handling | kylo252 | 2022-01-25 | 1 | -9/+9 |
| | | | | | | | - add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist | ||||
| * | test: use powershell by default | kylo252 | 2022-01-25 | 1 | -15/+16 |
| | | |||||
| * | refactor(installer): more modular makefile | kylo252 | 2022-01-25 | 1 | -11/+43 |
| | | | | | | | | | - support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support | ||||
| * | Set CXX standard per parser and fix Norg | Stephan Seitz | 2022-01-23 | 1 | -2/+4 |
| | | |||||
| * | Allow compilation via makefile | Stephan Seitz | 2022-01-23 | 1 | -0/+16 |
| | | |||||
| * | ci: print query loading times | Stephan Seitz | 2022-01-16 | 1 | -3/+20 |
| | | |||||
| * | remove ftdetect. add filetype hocon to minimal_init.lua | antosha417 | 2022-01-16 | 1 | -0/+2 |
| | | |||||
| * | ci: Remove "ensure_installed" from minimal_init.lua | Stephan Seitz | 2021-12-20 | 1 | -1/+0 |
| | | |||||
| * | ci: Add workflow for tests | Stephan Seitz | 2021-11-24 | 1 | -0/+1 |
| | | |||||
| * | Update run_tests to be more scalable with more test folders added | Stephan Seitz | 2021-11-24 | 1 | -6/+4 |
| | | |||||
| * | ci: Try out windows-2022 | Stephan Seitz | 2021-11-24 | 1 | -0/+0 |
| | | |||||
| * | ci: use nvim v0.5.1 on CI | Stephan Seitz | 2021-10-21 | 3 | -5/+5 |
| | | |||||
| * | feat: add "experimental" key to parsers | Cezary Drożak | 2021-10-07 | 1 | -1/+3 |
| | | | | | feat(ci): mark parsers as experimental in README | ||||
| * | test: Add tests for is_in_node_range (#1756) | partizan | 2021-08-30 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | chore: provide a script to repin a language | Thomas Vigouroux | 2021-08-23 | 1 | -0/+21 |
| | | |||||
| * | CI: don't require to have parsers installed to check for injections | Santos Gallegos | 2021-08-01 | 1 | -1/+1 |
| | | |||||
| * | Change install command on Mac | Stephan Seitz | 2021-07-19 | 1 | -2/+2 |
| | | | | | Fixes #1600 | ||||
