aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* simplify treatement of escape sequencesDavid Hotham2020-12-251-2/+1
* remove plus from list of punctuationDavid Hotham2020-12-251-1/+0
* first draft of YAML highlightingDavid Hotham2020-12-251-0/+31
* feat: Add more bash queriesMike2020-12-252-0/+8
* remove duplication of query for numberDavid Hotham2020-12-251-6/+2
* match test for regexDavid Hotham2020-12-251-0/+3
* fixes to bash highlightingDavid Hotham2020-12-251-7/+7
* Improve python/indents.scmJędrzej Boczar2020-12-211-7/+29
* Add lacked Javascript operatorsdelphinus2020-12-211-0/+16
* stricter regex kotlin constantsTormod Alf Try Tufteland2020-12-201-2/+2
* Python: fix self highlighingSantos Gallegos2020-12-181-1/+1
* Add more ruby built-in constantsKassio Borges2020-12-181-1/+1
* Update indents.scmEvan2020-12-181-0/+2
* Create indents.scm for pythonEvan2020-12-181-0/+14
* Update for teal-0.9Corey Williamson2020-12-173-47/+76
* Remove duplicate capture for `function_definition`El Piloto2020-12-161-2/+4
* Capture anonymous functions assigned to variablesEl Piloto2020-12-161-0/+5
* Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)Stephan Seitz2020-12-161-12/+3
* Bash highlights: reset highlighting in expansionStephan Seitz2020-12-141-0/+4
* Javascript unary expression (#712)Dave Lage2020-12-122-2/+1
* go: Add package_identifier as variablerockerBOO2020-12-101-0/+1
* type and identifer defaults. fixed const keywordTormod Alf Try Tufteland2020-12-061-21/+37
* @annotation -> @attributeTormod Alf Try Tufteland2020-12-061-2/+2
* add more builtin functionsTormod Alf Try Tufteland2020-12-061-62/+36
* add readme and more correct highlight capturesTormod Alf Try Tufteland2020-12-061-37/+71
* move divide to punctiation.specialTormod Alf Try Tufteland2020-12-061-2/+6
* add kotlin parser and highligh-queriesTormod Alf Try Tufteland2020-12-061-0/+158
* Add some ruby exception keywordsKassio Borges2020-12-051-0/+8
* Update Teal queries and parserStephan Seitz2020-12-031-4/+6
* css: add indent supportThanabodee Charoenpiriyakij2020-12-031-0/+9
* Update Python queriesStephan Seitz2020-11-302-12/+40
* Update teal queriesStephan Seitz2020-11-303-13/+13
* graphql: add missing highlightsBryan Kegley2020-11-301-1/+14
* Fix #724: Add (initializer_list) to C foldsStephan Seitz2020-11-301-0/+2
* graphql: add injection to javascript and add comment queryLuis Carlos Cruz Carballo2020-11-292-0/+7
* typescript: Use javascript shorthand_property_identifierrockerBOO2020-11-271-1/+0
* javascript: Mark shorthand_property_identifier as variablerockerBOO2020-11-271-0/+1
* graphql: add highlightsBryan Kegley2020-11-271-0/+148
* lua: update to pull shebang fixThomas Vigouroux2020-11-252-2/+4
* javascript: Add operator to / for division (#689)Dave Lage2020-11-251-0/+1
* feat(injections): add injections to HTMLelianiva2020-11-241-0/+5
* Add injections to PHPshirasaka2020-11-241-0/+1
* lua: fix "then" highlightingThomas Vigouroux2020-11-231-2/+2
* Python highlights: Fix #688 (definition.associated -> field)Stephan Seitz2020-11-231-1/+1
* fix(injections): update to new APIThomas Vigouroux2020-11-233-8/+5
* javascript: : in pairs as punctuation.delimiter (#684)Dave Lage2020-11-231-0/+2
* 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