summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2022-09-05highlights(swift): fix for_statement variable declarationAlex Pinkus
Incorporates a fix from upstream, caught due to the emacs tree-sitter plugin using an older version of tree-sitter that does stricter validation.
2022-09-03make: add substitution_reference @operatorChinmay Dalal
2022-09-02feat(qmljs): booleanShootingStarDragons
boolean is not in the right color, so fix it Log: fix the color of boolean for qmljs
2022-09-01style: styluaRaafat Turki
2022-09-01feat(sxhkdrc): add folds and injectionsRaafat Turki
2022-09-01feat: add tree-sitter-sxhkdrcRaafat Turki
2022-08-29Add postresql-simple sql to haskell injectionsMarc Jakobi
2022-08-29Fix aesonQQ quasiquote_body for haskell injectionsGuillaume Bouchard
Fix name of the captured quoter
2022-08-29Haskell injection: support inline jsonGuillaume Bouchard
Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme
2022-08-29account for added and renamed keywordsMatthias Queitsch
2022-08-27feat(agda): better highlightShootingStarDragons
Add highlight for bool add highlight for function Log: better highlight
2022-08-27feat(cmake): add escape to highlightShootingStarDragons
add escape word like "\n", "\;" to highlight Log: escape sequence highlight for cmake
2022-08-27chore(meson): add injections for mesonShootingStarDragons
add comment as injections as other languages like bash Log: add injections for meson
2022-08-26injections(jsx): highlight `<style jsx>` as cssnumToStr
2022-08-26feat(meson): add support for mesonShootingStarDragons
Log: meson build
2022-08-26feat(viml): update queriesChristian Clason
2022-08-26feat: allow to fold markdown sectionsZheng Piaodan
2022-08-24highlights(DOT): update keywordsrydesun
2022-08-23highlights(java): add "non-sealed" keywordStephan Seitz
2022-08-23change: allow one or more leading `;`numToStr
2022-08-23injections(lua): highlight string as `query` if starts with `;; query`numToStr
2022-08-23chore(vim): update parser and highlightsThomas Vigouroux
Adds support for map_bar. Correctly highlight unknown builtin commands.
2022-08-23feat(vim): update to latest highlightsThomas Vigouroux
2022-08-22highlights(ecma): Update queries for literalsSergio Alejandro Vargas
- Add queries for value properties: - undefined - NaN - Infinity - Highlight regex delimiters as brackets instead of punctuation - Format queries for literals
2022-08-22Modified queries/java/highlights.scmanthony-S93
2022-08-20highlights(javascript): "?." -> optional_chainGitHub
2022-08-19parsers: add HLSLStephan Seitz
2022-08-17update vim parser and queriesChristian Clason
2022-08-16parsers: add tree-sitter-gitignoreStephan Seitz
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-16add highlightsShootingStarDragons
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-13fix(ruby): indent of brackets & parensZheng Piaodan
2022-08-13fix(ruby): indent parenthesized_statementsZheng Piaodan
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-08fix(zig): Do not indent on newline after blockphynalle
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-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-03Split func/method definition from calls in several programming language querieslfenzo
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
2022-08-03Split func/method definition from calls in C highlighting querieslfenzo
2022-08-03Split func/method definition from calls in julia highlighting querylfenzo