aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* fix(locals): add shorthand identifiers as references and definitionsSteven Sojka2020-08-141-1/+6
|
* Python highlights: Highlight ->, ...Stephan Seitz2020-08-141-1/+2
|
* Fix #286: Highlight C++ raw_string_literalStephan Seitz2020-08-131-0/+4
|
* fix(java): add lambdas as a scopeSteven Sojka2020-08-121-2/+6
|
* RST: update textobjectsSantos Gallegos2020-08-111-0/+4
|
* Lua highlights: add operator "=" and punctuationStephan Seitz2020-08-111-0/+4
|
* Re add missing commentsAkin Sowemimo2020-08-091-3/+7
|
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-091-15/+18
|
* Add break and increment operators and tweak formattingAkin Sowemimo2020-08-091-4/+10
|
* Add todo comment and change this highlight groupAkin Sowemimo2020-08-091-6/+7
|
* Add new highlight queriesAkin Sowemimo2020-08-091-44/+97
|
* Lua: highlight function nameSantos Gallegos2020-08-091-7/+10
|
* highlights(rust): fix some type highlights.Thomas Vigouroux2020-08-071-0/+3
|
* highlights(rust): add async/await keywordsThomas Vigouroux2020-08-071-0/+2
|
* RST: update queriesSantos Gallegos2020-08-071-3/+14
|
* PHP: Update locals queryShirasaka2020-08-052-6/+28
|
* Python: update textobjects queriesSantos Gallegos2020-08-041-1/+22
|
* Lua: fix @error captureSantos Gallegos2020-08-041-1/+1
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-046-0/+231
| | | | | | | - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
* Lua locals: Make property_identifier a referenceStephan Seitz2020-08-031-0/+2
|
* RST: update localsSantos Gallegos2020-08-011-0/+7
|
* RST: update highlightsSantos Gallegos2020-08-011-10/+39
|
* rst: update highlight queriesSantos Gallegos2020-07-291-0/+8
|
* rename query parser to query from schemeSteven Sojka2020-07-283-1/+13
|
* feat(parsers): add scheme parserSteven Sojka2020-07-282-0/+9
|
* Lua: update some queriesSantos Gallegos2020-07-282-0/+12
| | | | | - Basic textobjects - Highlighting punctuation symbols
* C++: locals template_declaration must define their own scope in which the ↵Stephan Seitz2020-07-271-1/+2
| | | | template arguments are valid
* C/C++ locals: Make `field_identifier` a referenceStephan Seitz2020-07-271-0/+2
|
* Java locals: use has-ancestor? to match importsStephan Seitz2020-07-271-9/+3
|
* Java highlights/locals: Add catch_formal_parameterStephan Seitz2020-07-272-0/+4
|
* Java highlights: Add highlight for thisStephan Seitz2020-07-272-3/+10
|
* Add Java localsChinmay Dalal2020-07-271-6/+65
| | | | Co-authored: @PitcherTear22
* Parsers: add reStructuredTextSantos Gallegos2020-07-273-0/+114
|
* Dart highlights: add documentation_commentStephan Seitz2020-07-261-0/+1
|
* Dart highlighs: disable invalid nodes after parser update to fix CIStephan Seitz2020-07-261-5/+6
|
* Go locals: Make func_literal (lambda) a @scopeStephan Seitz2020-07-261-1/+3
|
* Go locals: use reference.kind for callsStephan Seitz2020-07-261-10/+18
|
* Go locals: range_clause can define variablesStephan Seitz2020-07-241-0/+5
| | | | | | | | ```go for _, num := range numbers { fmt.Print(num, " ") } ```
* Rename attribute to annotationAkin Sowemimo2020-07-231-2/+2
|
* Remove todo commentAkin Sowemimo2020-07-231-1/+0
|
* Add getter and setter signature highlightsAkin Sowemimo2020-07-231-2/+7
|
* Add some operators and match classes (with regex)Akin Sowemimo2020-07-231-6/+41
|
* Dart highlights: Add some basic queriesStephan Seitz2020-07-231-0/+104
|
* add js textobject queriesSteven Sojka2020-07-221-0/+36
|
* Fix #198: prefer method highlighting over attributeStephan Seitz2020-07-221-4/+4
|
* Python highlights: add lambda parametersStephan Seitz2020-07-221-0/+6
|
* Merge pull request #209 from steelsojka/masterSteven Sojka2020-07-222-6/+14
|\ | | | | add rest_parameters as definition in javascript
| * add rest_parameters as definition in javascriptSteven Sojka2020-07-222-6/+14
| |
* | fixes golang method highlights (overwritten by parameter in the ordering)winwisely2682020-07-221-15/+15
|/
* Added some more fixes to c# highlightingSteve Vermeulen2020-07-201-0/+12
|