aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat(install): Export iter_cmdStephan Seitz2020-08-021-4/+4
* Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz2020-08-021-2/+2
* Add TSUninstallStephan Seitz2020-08-022-4/+46
* Add TSUpdate command to update parsersStephan Seitz2020-08-024-4/+43
* fix decremental selectionkiyan422020-08-021-1/+6
* RST: update localsSantos Gallegos2020-08-011-0/+7
* RST: update highlightsSantos Gallegos2020-08-011-10/+39
* Merge pull request #241 from steelsojka/masterSteven Sojka2020-07-311-1/+41
|\
| * feat(predicates): add adjacent predicateSteven Sojka2020-07-311-1/+41
|/
* Docs: rework readmeSantos Gallegos2020-07-292-82/+62
* rst: update highlight queriesSantos Gallegos2020-07-291-0/+8
* rename query parser to query from schemeSteven Sojka2020-07-284-3/+15
* Merge pull request #237 from steelsojka/masterSteven Sojka2020-07-284-0/+17
|\
| * feat(parsers): add scheme parserSteven Sojka2020-07-284-0/+17
|/
* Lua: update some queriesSantos Gallegos2020-07-282-0/+12
* Docs: format and fixesSantos Gallegos2020-07-273-176/+235
* C++: locals template_declaration must define their own scope in which the tem...Stephan Seitz2020-07-271-1/+2
* configs: attach on unknown parsers tooThomas Vigouroux2020-07-273-6/+3
* 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
* Predicates: remove function unlispify and use Lisp names directlyStephan Seitz2020-07-271-11/+6
* Add predicate: has-ancestor?Stephan Seitz2020-07-271-5/+26
* Add predicates moduleStephan Seitz2020-07-272-1/+70
* Parsers: add reStructuredTextSantos Gallegos2020-07-279-4/+186
* 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
* Rename attribute to annotationAkin Sowemimo2020-07-233-4/+4
* Remove todo commentAkin Sowemimo2020-07-231-1/+0
* Add attribute to the highlight mapAkin Sowemimo2020-07-232-0/+2
* Add myself as a maintainer for dartAkin Sowemimo2020-07-231-1/+1
* 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
* Fix #213: Add parser for dartStephan Seitz2020-07-232-0/+8
* 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 javascriptSteven Sojka2020-07-222-6/+14
* | fixes golang method highlights (overwritten by parameter in the ordering)winwisely2682020-07-221-15/+15
* | fix readme typoskiyan422020-07-211-3/+3
|/
* Fix #206: Use lsp.util.apply_text_edits for smart_renameStephan Seitz2020-07-202-7/+14
* Added some more fixes to c# highlightingSteve Vermeulen2020-07-201-0/+12
* Few more minor fixes to c# highlighting to cover other cases of types being usedSteve Vermeulen2020-07-201-10/+9