aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use <details> for checkhealth output in bug report templateStephan Seitz2020-07-061-3/+8
* Add style-check scriptStephan Seitz2020-07-064-1/+23
* Allow arbitrary query files in locals.luaStephan Seitz2020-07-051-10/+49
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-054-87/+99
* Update README.mdThomas Vigouroux2020-07-051-0/+1
* Make luacheck happyStephan Seitz2020-07-0510-43/+23
* Add Travis CI with luacheckStephan Seitz2020-07-053-0/+28
* C++ locals: Add reference_declarator (analogous to pointer_declarator for C l...Stephan Seitz2020-07-041-0/+2
* feat(javascript): add import specifier as definitionSteven Sojka2020-07-011-0/+3
* locals(lua): capture function definition paramsThomas Vigouroux2020-07-011-0/+2
* highlights(lua): update query to new syntaxThomas Vigouroux2020-07-011-42/+55
* remove doc/tagsSainnhepark2020-07-012-59/+1
* docs: add apache LicenceThomas Vigouroux2020-07-011-0/+201
* Java highlights: Add binary integer literalsStephan Seitz2020-07-011-0/+1
* Fix #136: Highlight of TSFloat should be Float not TSFloatStephan Seitz2020-07-011-1/+1
* Rgenerate doc/tagsStephan Seitz2020-06-301-0/+1
* highlights(c): highlight ternary as conditionalThomas Vigouroux2020-06-301-2/+1
* C highlights: Make ? an operator in c highlightsStephan Seitz2020-06-301-0/+1
* fix ask installkiyan422020-06-301-8/+8
* Define multiple query for a languagekiyan422020-06-301-0/+19
* if/else in defining languageskiyan422020-06-301-2/+5
* fix: remove goto statementskiyan422020-06-301-21/+24
* update installer with sync and some fixeskiyan422020-06-303-65/+92
* Java highlights: Add operators ":" "?"Stephan Seitz2020-06-301-0/+2
* Java highlights: Add parameter highlight for single-parameter lambdasStephan Seitz2020-06-301-1/+4
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-3010-69/+103
* feat(refactor): add definition navigation moduleSteven Sojka2020-06-303-7/+123
* feat(refactor): add smart rename moduleSteven Sojka2020-06-305-24/+115
* feat(refactor): highlight usages moduleSteven Sojka2020-06-308-36/+274
* add python asynckiyan422020-06-301-0/+1
* Add method reference operatorChinmay Dalal2020-06-291-0/+1
* add used_by key to parserskiyan422020-06-293-17/+35
* Extend documentation for TSErrorStephan Seitz2020-06-291-1/+7
* highlights: declare links as defaultsThomas Vigouroux2020-06-291-33/+33
* Java highlights: Capture parameters in declaration (#93)Chinmay Dalal2020-06-291-31/+64
* C highlights: Add highlight for #elifStephan Seitz2020-06-281-7/+10
* Fix typo in documentation: `labe:` -> `label:`Stephan Seitz2020-06-281-1/+1
* Merge pull request #102 from vigoux/fix-94Stephan Seitz2020-06-271-2/+2
|\
| * fix: separate queries with newlinesThomas Vigouroux2020-06-211-2/+2
* | Merge pull request #115 from kyazdani42/doc/update-install-docStephan Seitz2020-06-272-3/+4
|\ \
| * | update docs for TSInstallkiyan422020-06-272-3/+4
|/ /
* | highlight: use custom highlight groupsThomas Vigouroux2020-06-264-33/+235
* | Fix cpp-highlights: wrong capture name used in regexStephan Seitz2020-06-261-3/+2
* | Python highlights: Reset highlighting in f-string interpolationStephan Seitz2020-06-261-2/+3
* | Python highlights: Add walrus operatorStephan Seitz2020-06-261-0/+1
* | continue installing if not reinstalling one parserkiyan422020-06-251-1/+2
* | install can take 'all' as parameterkiyan422020-06-251-12/+14
* | add command to install all parserskiyan422020-06-251-0/+7
* | fix(locals): compute locals after later tickSteven Sojka2020-06-241-1/+1
* | Adapt Python highlights to new query syntaxStephan Seitz2020-06-242-81/+66