aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more filetypes for treesitter-markdownMicah Halter2022-04-081-0/+2
| | | | Signed-off-by: Micah Halter <micah@balena.io>
* feat: add astrovirchau132022-04-071-0/+9
|
* Fixed the styluaLex2022-04-031-2/+2
|
* Added the initial version for the support of rego languageOleksii Demennikov2022-04-031-0/+9
|
* Add elvishTobias Frilling2022-04-011-0/+9
|
* Add capture groups for remaining builtin highlight groupsGregory Anders2022-03-301-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 queriesChristian Clason2022-03-291-0/+10
|
* chore: placate luacheckChristian Clason2022-03-261-1/+1
|
* Add CooklangAddison Chan2022-03-171-0/+9
|
* fix(solidity): follow install_info.branch on parser updateStephan Seitz2022-03-121-1/+11
|
* Add highlights query for SolidityYongJieYongJie2022-03-111-0/+9
|
* fix: prefer gmake over makeStephan Seitz2022-03-081-2/+9
|
* Revert "2612: Use gmake when available"Stephan Seitz2022-03-081-5/+1
| | | | This reverts commit d3d1637c3c7b384776dfc8f4e8c34cf83eca37e3.
* 2612: Use gmake when availableSebastián Zaffarano2022-03-081-1/+5
|
* Add slint parser configuration and queries (#2598)Jared Moulton2022-03-071-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 parserArnar Gauti Ingason2022-02-281-0/+11
|
* refacto: expose a function to set custom capture for the higlighterkiyan2022-02-192-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 queriesConnor Lay (Clay)2022-02-151-2/+2
|
* Add Gleam parserConnor Lay (Clay)2022-02-151-0/+9
|
* feat: add lalrpop parser (#2524)traxys2022-02-131-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 fixbadhi2022-02-131-1/+1
|
* added doc for setup_commandbadhi2022-02-131-0/+35
|
* Fixed formattingbadhi2022-02-131-1/+1
|
* Added extra argument to setup commands so that user can change the function ↵badhi2022-02-131-2/+4
| | | | args types
* Update lockfile.json (#2512)github-actions[bot]2022-02-111-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* chore(makefile): apply fixes to original makefileStephan Seitz2022-02-081-1/+1
|
* fix(makefile): fallback to c++14 when parser does not have cxx_standard setStephan Seitz2022-02-081-1/+1
|
* fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz2022-02-061-1/+0
|
* chore: expose start and stop highlighterkiyan2022-02-062-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.luakiyan2022-02-062-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 indentationStephan Seitz2022-02-051-2/+20
|
* Update lua/nvim-treesitter/indent.luaStephan Seitz2022-02-051-2/+1
| | | | Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
* workaround(indents): avoid reparsing for indent sensitive yaml/pythonStephan Seitz2022-02-051-6/+15
|
* fix(indents): re-parse before each indentStephan Seitz2022-02-051-4/+14
|
* indents(c): add zero_indent for #ifStephan Seitz2022-02-051-0/+5
|
* indents(c): fix indentation on block commentStephan Seitz2022-02-051-9/+12
|
* indents: refactor hanging indentStephan Seitz2022-02-051-22/+14
|
* indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz2022-02-051-1/+2
|
* indents(cpp): indent at field_initializer_listStephan Seitz2022-02-051-1/+1
|
* feat(indents): add support for language injectionStephan Seitz2022-02-051-3/+6
|
* chore(latex)!: update parser and queries (#2436)Christian Clason2022-02-041-3/+3
| | | BREAKING CHANGE: queries for latex need adaptation
* Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer2022-02-031-1/+1
|
* fix(utils): adjust truncation conditionMichael Lan2022-02-031-1/+1
|
* update(phpdoc) Add scanner.c (#2426)Michael Härtl2022-02-011-12/+12
|
* health: check which file caused an errorStephan Seitz2022-01-291-1/+19
|
* Vala language supportMateus Melchiades2022-01-291-0/+9
|
* Add tree-sitter-eex parser for (L)EEx files (#2351)Clay2022-01-251-0/+10
|
* Set CXX standard per parser and fix NorgStephan Seitz2022-01-232-4/+9
|
* Allow compilation via makefileStephan Seitz2022-01-233-9/+26
|
* Add tree-sitter-norgJozef Grajciar2022-01-231-0/+9
|