summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-05indents(cpp): indent at field_initializer_listStephan Seitz
2022-02-05feat(indents): add support for language injectionStephan Seitz
2022-02-05indents(c): fix ternaryStephan Seitz
2022-02-05ci: combine "Compile parsers" steps into a single stepDundar Göc
2022-02-05ci: combine "Check query files" steps into a single stepDundar Göc
2022-02-05ci: introduce platform-independent environment variable NVIMDundar Göc
2022-02-05injections(yaml): inject at command list for Gitlab scriptStephan Seitz
2022-02-05injections(yaml): injection on Gitlab's before_script/after_scriptStephan Seitz
2022-02-05refactor(latex): improve queries (#2457)Christian Clason
2022-02-05Rename capturesUy Ha
2022-02-05Improve `set` queriesUy Ha
2022-02-04Update lockfile.jsonGitHub
2022-02-04injections(latex): add support for minted language injectionStephan Seitz
2022-02-04fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim
2022-02-04Update lockfile.jsonGitHub
2022-02-04fix(makefile): scanner.c isn't always availablekylo252
certain parsers like `tree-sitter-go` only contain parser.{c|cc}
2022-02-04Update lockfile.json (#2449)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-04ci: make io_print accept nil as input argument (#2445)dundargoc
Convert nil to an empty string, which mimicks the behavior of standard print
2022-02-04Update README (#2447)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-02-04chore(latex)!: update parser and queries (#2436)Christian Clason
BREAKING CHANGE: queries for latex need adaptation
2022-02-04Update lockfile.json (#2440)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-02-03Update README (#2443)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-02-03Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer
2022-02-03fix(utils): adjust truncation conditionMichael Lan
2022-02-02Update lockfile.json (#2434)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-02verilog highlight: add some keywords, tidy keywords (#2432)Jade Lovelace
* Add a bunch of the OO keywords and some of the more unusual block delimiter types * Highlight macromodule like module is. * Highlight new as seen in constructor declarations like `class blah; function new(...); ... endfunction endclass` * Make endfunction a @keyword.function. This matches how lua does it. * Make tasks @keyword.function: tasks in SystemVerilog are more or less just impure functions * Highlight casex/casez like case is currently highlighted (previously these were not highlighted at all) * Highlight unique, unique0, priority for constructs like `unique case (...) ... endcase` and `priority if (...) ...`
2022-02-02Update lockfile.json (#2433)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-01Update lockfile.json (#2431)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-01Update lockfile.json (#2430)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-01Update lockfile.json (#2428)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-01Update lockfile.json (#2427)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-01update(phpdoc) Add scanner.c (#2426)Michael Härtl
2022-02-01ci: mark automated PRs as draft (#2413)dundargoc
The required checks can be initiated by marking the PR as ready for review.
2022-01-31ci: skip swift check on neovim stableDundar 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-31Update lockfile.jsonGitHub
2022-01-31ci: prefer io.write instead of print to have full control of outputDundar Göc
This should prevent different output formats on windows and unix.
2022-01-31chore: format with stylua 0.12.0 (#2421)Christian Clason
2022-01-31Support HEEx slotsClay
2022-01-30ci: add folds to CI output to better group related informationDundar Göc
2022-01-30ci: only fix major version of vulnerable action (#2411)Christian Clason
also bump checkout to v2 everywhere
2022-01-30Update lockfile.json (#2409)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-01-30highlights(d): highlight ":"Stephan Seitz
2022-01-30Update lockfile.jsonGitHub
2022-01-30highlights(lua): don't highlight arguments as parametersStephan Seitz
2022-01-30Update lockfile.jsonGitHub
2022-01-29health: check which file caused an errorStephan Seitz
2022-01-29Update README (#2399)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-01-29Update lockfile.json (#2400)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-01-29highlights(vala): add "=" and ":" to highlightsStephan Seitz
2022-01-29Add brackets to Vala highlightsMateus B. Melchiades