| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-23 | fix(injections): update to new API | Thomas Vigouroux | |
| 2020-11-23 | javascript: : 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-22 | c highlights: fix define/undef arguments | Thomas Vigouroux | |
| 2020-11-22 | Nix escape sequences | leo60228 | |
| 2020-11-22 | null | leo60228 | |
| 2020-11-22 | Fix unary - precedence | leo60228 | |
| 2020-11-22 | Correct `or` comment | leo60228 | |
| 2020-11-22 | indented_str -> indented_string | leo60228 | |
| 2020-11-22 | Add fields to Nix highlighting | leo60228 | |
| 2020-11-22 | Initial Nix queries | leo60228 | |
| 2020-11-22 | typescript: Add optional_parameter ? | rockerBOO | |
| 2020-11-21 | Add locals for verilog | zegervdv | |
| 2020-11-21 | Add missing verilog keywords | zegervdv | |
| 2020-11-21 | Improve highlighting of port declarations in verilog | zegervdv | |
| 2020-11-20 | c/cpp highlights: Fix field declarations and initializers | John 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-19 | Ternary | Chinmay Dalal | |
| 2020-11-18 | Do not highlight Uppercase function as type | Stephan Seitz | |
| 2020-11-18 | fix(predicates): Fix #446: highlight property only if not a method | Stephan Seitz | |
| 2020-11-16 | Improve highlighting for generate blocks | zegervdv | |
| 2020-11-16 | Add folds for begin/end blocks, functions and tasks | zegervdv | |
| 2020-11-15 | Dart: Highlight escape sequences | Stephan Seitz | |
| 2020-11-15 | Dart: Highlight identifier_dollar_escaped | Stephan Seitz | |
| 2020-11-15 | Add type delimiters | &, Add optional type ? | rockerBOO | |
| 2020-11-15 | Add additional punctuation, variable descriptors for Typescript | rockerBOO | |
| 2020-11-12 | More improvements | Alvaro Muñoz | |
| 2020-11-12 | QL: support modules | Alvaro Muñoz | |
| 2020-11-11 | improce type highlighting | Alvaro Muñoz | |
| 2020-11-10 | [clojure] add punctuation.bracket | Chinmay Dalal | |
| 2020-11-09 | Javascript highlights: "..." -> punctuation.special | Stephan Seitz | |
| 2020-11-09 | JS highlights: highlight optional parameters | Stephan Seitz | |
| 2020-11-07 | minor improvments for QL | Alvaro Muñoz | |
| 2020-11-04 | Add incremental selection support | sogaiu | |
| 2020-11-04 | Add initial clojure support | sogaiu | |
| 2020-11-03 | 💣 !! Use TSUpdate !! Fix ruby queries | Stephan Seitz | |
| 2020-11-03 | Fix Python queries for parser update | Stephan Seitz | |
| 2020-10-31 | Add folds for Go | Claudia 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-27 | feat(js): add jsdoc lang injection | Steven Sojka | |
| 2020-10-27 | Merge pull request #585 from fffed/patch-1 | Steven Sojka | |
| js: add query for @parameter | |||
| 2020-10-27 | update comment case for simplefied notation | fffed | |
| 2020-10-27 | add destructuring variations | fffed | |
| 2020-10-23 | use for first identifier in jsx nested_identifier | davidroeca | |
| 2020-10-23 | handle jsx components with dot in them | davidroeca | |
| 2020-10-23 | fix(javascript): fix constant variable highlight | Joosep 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-21 | Add lua params (#605) | Chinmay Dalal | |
| * Add lua params * Fix * Remove redundant outer | |||
| 2020-10-20 | Add verilog/systemverilog queries | Zeger Van de Vannet | |
| 2020-10-20 | feat(ocamllex): use injections for ocaml | Pau Ruiz Safont | |
| 2020-10-19 | Treesitter indent | kiyan42 | |
| also fixes the memoize_by_buf_tick function | |||
| 2020-10-19 | feat(languagetree): implement language tree | Thomas 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-16 | feat(folds): add catch_clause to js folds | Sam Bernheim | |
| 2020-10-16 | feat: add more javascript folds | sbernehim4 | |
