summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-21Update lockfile.jsonGitHub
2022-08-20Update lockfile.jsonGitHub
2022-08-20highlights(javascript): "?." -> optional_chainGitHub
2022-08-19Update READMEGithub Actions
2022-08-19parsers: add HLSLStephan Seitz
2022-08-17Update lockfile.jsonGitHub
2022-08-17update vim parser and queriesChristian Clason
2022-08-17Update lockfile.jsonGitHub
2022-08-17Update READMEGithub Actions
2022-08-16parsers: add tree-sitter-gitignoreStephan Seitz
2022-08-16Update lockfile.jsonGitHub
2022-08-16Update READMEGithub Actions
2022-08-16highlights(swift): add keywords "convenience", "required", "override"Stephan Seitz
2022-08-16highlights(swift): add keywords "actor", "nonisolated"Stephan Seitz
Introduced in https://github.com/alex-pinkus/tree-sitter-swift/commit/07bdffb5e6f34fb1e578f31b653479d7c4d6306c
2022-08-16fix wrong parseShootingStarDragons
change maintainers
2022-08-16add regenerate the treesitterShootingStarDragons
2022-08-16feat(agda): add support for agdaShootingStarDragons
2022-08-16add highlightsShootingStarDragons
2022-08-16Update lockfile.jsonGitHub
2022-08-16Update lockfile.jsonGitHub
2022-08-15Update lockfile.jsonGitHub
2022-08-15highlights(ql): follow upstream refactor of qualModuleExprStephan Seitz
https://github.com/tree-sitter/tree-sitter-ql/commit/13155b740d4040e74727a9a698277805498a6a85
2022-08-15indents(go): no indent at all composite_literal, indent at struct_typeStephan Seitz
2022-08-15indens(go): fix issue 3288Stephan Seitz
Fixes #3288
2022-08-15Update lockfile.jsonGitHub
2022-08-13fix(ruby): indent of brackets & parensZheng Piaodan
2022-08-13fix(ruby): indent parenthesized_statementsZheng Piaodan
2022-08-13Update lockfile.jsonGitHub
2022-08-11Update lockfile.jsonGitHub
2022-08-11Conceal reference and shortcut links in markdownBen Weedon
This change conceals `full_reference_link`, `collapsed_reference_link`, and `shortcut_link` similarly to the `markdown_inline` query file already conceals `inline_link` and `image`. ## Test markdown contents ```markdown Some text before the link [full reference link text][link label] and now some text after the link onto a new line. Some text before the link [collapsed reference link text][] and now some text after the link onto a new line. Some text before the link [shortcut link text] and now some text after the link onto a new line. ``` ## Test markdown concealed screenshot Closes #3267
2022-08-10Update lockfile.jsonGitHub
2022-08-09chore: update `tree-sitter-http` parser URLNTBBloodbath
2022-08-08Enable expandtabphynalle
2022-08-08Add zig tests for newlinephynalle
2022-08-08fix(zig): Do not indent on newline after blockphynalle
2022-08-08Update lockfile.jsonGitHub
2022-08-06nil check for linesray-x
2022-08-06injections(go): avoid running queries on all commentsStephan Seitz
Fixes #3187 Fixes #3263
2022-08-05go folds.scm composit_literalray-x
2022-08-05Update lockfile.jsonGitHub
2022-08-05indents(go): improve `@branch` rulesStephan Seitz
- Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166
2022-08-05SQL highlight queries rely on latest parser ASTderekstride
2022-08-05Update lockfile.jsonGitHub
2022-08-03Split func/method definition from calls in several programming language querieslfenzo
2022-08-03Correct previously edited docs filelfenzo
2022-08-03(Broken test fixed) Updated static-namespace-functins.cpp to use function.calllfenzo
2022-08-03Updated nvim-tresitter.txt doclfenzo
2022-08-03Split func/method definition from calls in lotlin highlighting querieslfenzo
2022-08-03Split func/method definition from calls in Go highlighting querieslfenzo
2022-08-03Split func/method definition from calls in C++ highlighting querieslfenzo