summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2020-11-23fix(injections): update to new APIThomas Vigouroux
2020-11-23javascript: : in pairs as punctuation.delimiter (#684)Dave Lage
* javascript: : in pairs as punctuation.delimiter * javascript: Change pair : to operator * javascript: Set pair : as punctuation.delimiter * javacscript: Move pair : to punctuation
2020-11-22c highlights: fix define/undef argumentsThomas Vigouroux
2020-11-22Nix escape sequencesleo60228
2020-11-22nullleo60228
2020-11-22Fix unary - precedenceleo60228
2020-11-22Correct `or` commentleo60228
2020-11-22indented_str -> indented_stringleo60228
2020-11-22Add fields to Nix highlightingleo60228
2020-11-22Initial Nix queriesleo60228
2020-11-22typescript: Add optional_parameter ?rockerBOO
2020-11-21Add locals for verilogzegervdv
2020-11-21Add missing verilog keywordszegervdv
2020-11-21Improve highlighting of port declarations in verilogzegervdv
2020-11-20c/cpp highlights: Fix field declarations and initializersJohn Drouhard
After a recent fix for #446, declarations in class/struct definitions stopped being marked as properties or methods. This fix will add property highlights to field declarations, and method highlight to field function declarations.
2020-11-19TernaryChinmay Dalal
2020-11-18Do not highlight Uppercase function as typeStephan Seitz
2020-11-18fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz
2020-11-16Improve highlighting for generate blockszegervdv
2020-11-16Add folds for begin/end blocks, functions and taskszegervdv
2020-11-15Dart: Highlight escape sequencesStephan Seitz
2020-11-15Dart: Highlight identifier_dollar_escapedStephan Seitz
2020-11-15Add type delimiters | &, Add optional type ?rockerBOO
2020-11-15Add additional punctuation, variable descriptors for TypescriptrockerBOO
2020-11-12More improvementsAlvaro Muñoz
2020-11-12QL: support modulesAlvaro Muñoz
2020-11-11improce type highlightingAlvaro Muñoz
2020-11-10[clojure] add punctuation.bracketChinmay Dalal
2020-11-09Javascript highlights: "..." -> punctuation.specialStephan Seitz
2020-11-09JS highlights: highlight optional parametersStephan Seitz
2020-11-07minor improvments for QLAlvaro Muñoz
2020-11-04Add incremental selection supportsogaiu
2020-11-04Add initial clojure supportsogaiu
2020-11-03💣 !! Use TSUpdate !! Fix ruby queriesStephan Seitz
2020-11-03Fix Python queries for parser updateStephan Seitz
2020-10-31Add folds for GoClaudia Hardman
The default behavior in which `@scope` captures were folded resulted in toplevel fold for an entire source file, which was mildly irritating.
2020-10-27feat(js): add jsdoc lang injectionSteven Sojka
2020-10-27Merge pull request #585 from fffed/patch-1Steven Sojka
js: add query for @parameter
2020-10-27update comment case for simplefied notationfffed
2020-10-27add destructuring variationsfffed
2020-10-23use for first identifier in jsx nested_identifierdavidroeca
2020-10-23handle jsx components with dot in themdavidroeca
2020-10-23fix(javascript): fix constant variable highlightJoosep Alviste
The `@constant` query gets overwritten by the `@constructor` query. They both query for variables starting with an uppercase letter, but the `@constant` query took effect first.
2020-10-21Add lua params (#605)Chinmay Dalal
* Add lua params * Fix * Remove redundant outer
2020-10-20Add verilog/systemverilog queriesZeger Van de Vannet
2020-10-20feat(ocamllex): use injections for ocamlPau Ruiz Safont
2020-10-19Treesitter indentkiyan42
also fixes the memoize_by_buf_tick function
2020-10-19feat(languagetree): implement language treeThomas Vigouroux
Allow the LanguageTree to be used as an option for highlighting. Co-authored-by: Santos Gallegos <stsewd@protonmail.com> Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com>
2020-10-16feat(folds): add catch_clause to js foldsSam Bernheim
2020-10-16feat: add more javascript foldssbernehim4