aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* Treesitter indentkiyan422020-10-191-0/+23
* feat(languagetree): implement language treeThomas Vigouroux2020-10-192-0/+25
* feat(folds): add catch_clause to js foldsSam Bernheim2020-10-161-0/+1
* feat: add more javascript foldssbernehim42020-10-161-0/+3
* feat: Add more lua foldsMike2020-10-151-2/+3
* C++ highlights: highlight all kinds of optional parametersStephan Seitz2020-10-131-2/+2
* Ruby highlights: reset highlight on interpolationStephan Seitz2020-10-121-0/+3
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-1115-0/+21
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-104-7/+40
* Fix typearg brackets not highlighting for multiple typeargsCorey Williamson2020-10-051-1/+1
* Set function scopeCorey Williamson2020-10-051-1/+3
* Update queries/teal/highlights.scmeuclidianAce2020-10-051-2/+1
* Add teal parserCorey Williamson2020-10-053-0/+103
* Dart highlights: Reset highlight in interpolationStephan Seitz2020-10-052-2/+2
* fix(ocaml): highlight characters as suchPau Ruiz Safont2020-10-041-1/+3
* feat: add ocamllex parser and highlightsPau Ruiz Safont2020-10-041-0/+27
* Remove textobjects moduleStephan Seitz2020-10-049-330/+0
* make query-checker happyAlvaro Muñoz2020-10-011-1/+1
* change module to namespaceAlvaro Muñoz2020-10-011-1/+1
* CodeQL locals.scm queriesAlvaro Muñoz2020-10-011-0/+29
* fine tune keyword highlightsAlvaro Muñoz2020-09-301-23/+41
* remove locals.scmAlvaro Muñoz2020-09-301-26/+0
* remove non-used capturesAlvaro Muñoz2020-09-301-18/+18
* initial support for CodeQLAlvaro Muñoz2020-09-302-0/+129
* Add extension and on keywordsAkin Sowemimo2020-09-271-0/+2
* Improve the highlighting for class instantiationAkin Sowemimo2020-09-241-15/+15
* Highlight top-level 'require' as TSInclude (fix #463)Dennis B2020-09-231-3/+5
* Python locals: account for https://github.com/tree-sitter/tree-sitter-python/...Stephan Seitz2020-09-211-8/+6
* Add OCaml foldsPieter Goetschalckx2020-09-211-0/+30
* Improve OCaml localsPieter Goetschalckx2020-09-211-3/+58
* Improve OCaml highlightsPieter Goetschalckx2020-09-211-3/+1
* Add locals.scm for dartAkin Sowemimo2020-09-201-0/+8
* also match variable names to be @type when uppercasedkiyan422020-09-201-0/+3
* use @tag and @type directives for jsx highlightskiyan422020-09-201-7/+21
* fix(python): use `@Normal` again for f-strings `@none` is not aggressive enoughStephan Seitz2020-09-191-1/+1
* chore(java): remove duplicate lineStephan Seitz2020-09-191-1/+0
* ocaml: follow upstream for highlightsPau Ruiz Safont2020-09-191-6/+3
* ocaml: follow upstream for highlightsPau Ruiz Safont2020-09-191-5/+7
* Bash: update highlightsSantos Gallegos2020-09-191-7/+10
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-197-25/+70
* Re-add attribute highlightAkin Sowemimo2020-09-181-2/+2
* Add case builtinAkin Sowemimo2020-09-181-6/+6
* RST: update queriesSantos Gallegos2020-09-183-4/+30
* Add TSTag and TSTagDelimiter groupsTravonteD2020-09-181-2/+2
* move the generic "constant" capture to the topTravonteD2020-09-181-4/+4
* Remove @definition.doc capturesSantos Gallegos2020-09-172-4/+1
* update require statements to use TSIncludeTravonteD2020-09-161-2/+2
* RST: update localsSantos Gallegos2020-09-151-0/+2
* reset python interpolation nodekiyan422020-09-151-1/+1
* add TSNonekiyan422020-09-151-0/+2