| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add more filetypes for treesitter-markdown | Micah Halter | 2022-04-08 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Micah Halter <micah@balena.io> | |||||
| * | feat: add astro | virchau13 | 2022-04-07 | 1 | -0/+9 | |
| | | ||||||
| * | Fixed the stylua | Lex | 2022-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | Added the initial version for the support of rego language | Oleksii Demennikov | 2022-04-03 | 1 | -0/+9 | |
| | | ||||||
| * | Add elvish | Tobias Frilling | 2022-04-01 | 1 | -0/+9 | |
| | | ||||||
| * | Add capture groups for remaining builtin highlight groups | Gregory Anders | 2022-03-30 | 1 | -0/+12 | |
| | | | | | | Some builtin highlight groups (see `:h group-name`) do not yet have associated capture groups, so add them. | |||||
| * | feat: add vimdoc parser and highlight queries | Christian Clason | 2022-03-29 | 1 | -0/+10 | |
| | | ||||||
| * | chore: placate luacheck | Christian Clason | 2022-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add Cooklang | Addison Chan | 2022-03-17 | 1 | -0/+9 | |
| | | ||||||
| * | fix(solidity): follow install_info.branch on parser update | Stephan Seitz | 2022-03-12 | 1 | -1/+11 | |
| | | ||||||
| * | Add highlights query for Solidity | YongJieYongJie | 2022-03-11 | 1 | -0/+9 | |
| | | ||||||
| * | fix: prefer gmake over make | Stephan Seitz | 2022-03-08 | 1 | -2/+9 | |
| | | ||||||
| * | Revert "2612: Use gmake when available" | Stephan Seitz | 2022-03-08 | 1 | -5/+1 | |
| | | | | | This reverts commit d3d1637c3c7b384776dfc8f4e8c34cf83eca37e3. | |||||
| * | 2612: Use gmake when available | Sebastián Zaffarano | 2022-03-08 | 1 | -1/+5 | |
| | | ||||||
| * | Add slint parser configuration and queries (#2598) | Jared Moulton | 2022-03-07 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | * Add slint parser * Mark slint as experimental * Remove filetype and add slint to the lockfile * Update queries * Update varibable.builtin's and repeats * Update slint true false * Change export back to keyword * Change export back to include :) | |||||
| * | parsers: Add todotxt parser | Arnar Gauti Ingason | 2022-02-28 | 1 | -0/+11 | |
| | | ||||||
| * | refacto: expose a function to set custom capture for the higlighter | kiyan | 2022-02-19 | 2 | -12/+10 | |
| | | | | | | | | | | BREAKING: deprecate custom_captures from highlight config. This allows plugin authors to extend the map. It also avoids settings user configuration specific values during the highlighter initialization (SOC). Not sure how much value this brings, and might potentially break a lot of people configurations. This is questionable. | |||||
| * | Add myself as maintainer of Elixir, Gleam queries | Connor Lay (Clay) | 2022-02-15 | 1 | -2/+2 | |
| | | ||||||
| * | Add Gleam parser | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+9 | |
| | | ||||||
| * | feat: add lalrpop parser (#2524) | traxys | 2022-02-13 | 1 | -0/+9 | |
| | | | | | LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions. | |||||
| * | typo fix | badhi | 2022-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | added doc for setup_command | badhi | 2022-02-13 | 1 | -0/+35 | |
| | | ||||||
| * | Fixed formatting | badhi | 2022-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | Added extra argument to setup commands so that user can change the function ↵ | badhi | 2022-02-13 | 1 | -2/+4 | |
| | | | | | args types | |||||
| * | Update lockfile.json (#2512) | github-actions[bot] | 2022-02-11 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | chore(makefile): apply fixes to original makefile | Stephan Seitz | 2022-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix(makefile): fallback to c++14 when parser does not have cxx_standard set | Stephan Seitz | 2022-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Allow re-parsing in Python, XFAIL `\` indentation test | Stephan Seitz | 2022-02-06 | 1 | -1/+0 | |
| | | ||||||
| * | chore: expose start and stop highlighter | kiyan | 2022-02-06 | 2 | -21/+39 | |
| | | | | | | | Decompose highlighter module in small functions to allow exporting a start and stop functions without the syntax change. Also fix linter issues in configs.lua | |||||
| * | refacto: deprecate used_by in parsers.lua | kiyan | 2022-02-06 | 2 | -35/+28 | |
| | | | | | | | | | | | - remove print_warning function from utils.lua (unused) - cleanup some functions in parsers.lua (parameters overloading and wrong bufnr used). - log a deprecation notice when using used_by in a parser definition - default the filetype_to_parsername table to the list of filetypes previously in the used_by keys - update the README to indicate that change | |||||
| * | fix(indents): ignore comment_parsers for indentation | Stephan Seitz | 2022-02-05 | 1 | -2/+20 | |
| | | ||||||
| * | Update lua/nvim-treesitter/indent.lua | Stephan Seitz | 2022-02-05 | 1 | -2/+1 | |
| | | | | | Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com> | |||||
| * | workaround(indents): avoid reparsing for indent sensitive yaml/python | Stephan Seitz | 2022-02-05 | 1 | -6/+15 | |
| | | ||||||
| * | fix(indents): re-parse before each indent | Stephan Seitz | 2022-02-05 | 1 | -4/+14 | |
| | | ||||||
| * | indents(c): add zero_indent for #if | Stephan Seitz | 2022-02-05 | 1 | -0/+5 | |
| | | ||||||
| * | indents(c): fix indentation on block comment | Stephan Seitz | 2022-02-05 | 1 | -9/+12 | |
| | | ||||||
| * | indents: refactor hanging indent | Stephan Seitz | 2022-02-05 | 1 | -22/+14 | |
| | | ||||||
| * | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | 2022-02-05 | 1 | -1/+2 | |
| | | ||||||
| * | indents(cpp): indent at field_initializer_list | Stephan Seitz | 2022-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | feat(indents): add support for language injection | Stephan Seitz | 2022-02-05 | 1 | -3/+6 | |
| | | ||||||
| * | chore(latex)!: update parser and queries (#2436) | Christian Clason | 2022-02-04 | 1 | -3/+3 | |
| | | | | BREAKING CHANGE: queries for latex need adaptation | |||||
| * | Updated TLA+ version, queries, maintainers (#2442) | Andrew Helwer | 2022-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | fix(utils): adjust truncation condition | Michael Lan | 2022-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | update(phpdoc) Add scanner.c (#2426) | Michael Härtl | 2022-02-01 | 1 | -12/+12 | |
| | | ||||||
| * | health: check which file caused an error | Stephan Seitz | 2022-01-29 | 1 | -1/+19 | |
| | | ||||||
| * | Vala language support | Mateus Melchiades | 2022-01-29 | 1 | -0/+9 | |
| | | ||||||
| * | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | 2022-01-25 | 1 | -0/+10 | |
| | | ||||||
| * | Set CXX standard per parser and fix Norg | Stephan Seitz | 2022-01-23 | 2 | -4/+9 | |
| | | ||||||
| * | Allow compilation via makefile | Stephan Seitz | 2022-01-23 | 3 | -9/+26 | |
| | | ||||||
| * | Add tree-sitter-norg | Jozef Grajciar | 2022-01-23 | 1 | -0/+9 | |
| | | ||||||
