aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: update interface following languagetree merge (#687)Thomas Vigouroux2020-11-2311-203/+15
|
* javascript: : in pairs as punctuation.delimiter (#684)Dave Lage2020-11-231-0/+2
| | | | | | | | | * javascript: : in pairs as punctuation.delimiter * javascript: Change pair : to operator * javascript: Set pair : as punctuation.delimiter * javacscript: Move pair : to punctuation
* c highlights: fix define/undef argumentsThomas Vigouroux2020-11-221-0/+9
|
* Nix escape sequencesleo602282020-11-221-0/+3
|
* nullleo602282020-11-221-0/+3
|
* Fix unary - precedenceleo602282020-11-221-12/+12
|
* Correct `or` commentleo602282020-11-221-1/+1
|
* indented_str -> indented_stringleo602282020-11-221-1/+1
|
* [docgen] Update README.mdGithub Actions2020-11-221-2/+1
| | | | skip-checks: true
* Add fields to Nix highlightingleo602282020-11-221-0/+4
|
* Add @leo60228 as Nix maintainerleo602282020-11-221-1/+2
|
* Initial Nix queriesleo602282020-11-223-0/+136
|
* typescript: Add optional_parameter ?rockerBOO2020-11-222-2/+3
|
* Add locals for verilogzegervdv2020-11-212-13/+91
|
* Add missing verilog keywordszegervdv2020-11-211-0/+4
|
* Improve highlighting of port declarations in verilogzegervdv2020-11-211-4/+40
|
* c/cpp highlights: Fix field declarations and initializersJohn Drouhard2020-11-202-0/+11
| | | | | | | 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.
* TernaryChinmay Dalal2020-11-191-1/+2
|
* Do not highlight Uppercase function as typeStephan Seitz2020-11-182-4/+6
|
* fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz2020-11-183-3/+7
|
* feat(predicates): extend has-ancestor?, add has-parent?/has-type?Stephan Seitz2020-11-181-6/+26
|
* Make make-range! more relaxed (one of the arguments maybe nil)Stephan Seitz2020-11-171-2/+2
|
* Improve highlighting for generate blockszegervdv2020-11-161-0/+6
|
* Add folds for begin/end blocks, functions and taskszegervdv2020-11-161-0/+6
|
* Dart: Highlight escape sequencesStephan Seitz2020-11-151-0/+2
|
* Update Dart parserStephan Seitz2020-11-151-1/+1
|
* Dart: Highlight identifier_dollar_escapedStephan Seitz2020-11-151-0/+5
|
* Add type delimiters | &, Add optional type ?rockerBOO2020-11-151-0/+9
|
* Add additional punctuation, variable descriptors for TypescriptrockerBOO2020-11-151-0/+16
|
* Lua things all over the placedrocha872020-11-131-5/+13
|
* Fix readme setup exampledrocha872020-11-131-1/+4
|
* More improvementsAlvaro Muñoz2020-11-121-0/+2
|
* QL: support modulesAlvaro Muñoz2020-11-121-0/+3
|
* improce type highlightingAlvaro Muñoz2020-11-111-0/+1
|
* [clojure] add punctuation.bracketChinmay Dalal2020-11-101-0/+2
|
* [docgen] Update README.mdGithub Actions2020-11-091-0/+1
|
* Javascript highlights: "..." -> punctuation.specialStephan Seitz2020-11-091-0/+1
|
* JS highlights: highlight optional parametersStephan Seitz2020-11-091-0/+5
|
* minor improvments for QLAlvaro Muñoz2020-11-071-1/+3
|
* Add incremental selection supportsogaiu2020-11-041-0/+1
|
* Add initial clojure supportsogaiu2020-11-042-0/+81
|
* parser: only use parse to get a treeThomas Vigouroux2020-11-034-4/+4
| | | | This will avoid using internal data.
* 💣 !! Use TSUpdate !! Fix ruby queriesStephan Seitz2020-11-032-9/+4
|
* Fix Python queries for parser updateStephan Seitz2020-11-032-13/+13
|
* 💣!!! Update lockfile !!! Run TSUpdate!Stephan Seitz2020-11-031-1/+1
|
* feat(install): Enable installation of parser with repo.url as a local pathStephan Seitz2020-10-311-9/+48
|
* Add folds for GoClaudia Hardman2020-10-311-0/+13
| | | | | The default behavior in which `@scope` captures were folded resulted in toplevel fold for an entire source file, which was mildly irritating.
* fix(languagetree): highlight children regardless of starting columnSteven Sojka2020-10-301-6/+27
|
* fix(#620): Fall into the "update-all" branch if lang is "all"BodneyC2020-10-281-1/+1
|
* feat(js): add jsdoc lang injectionSteven Sojka2020-10-273-0/+6
|