summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-30Define multiple query for a languagekiyan42
2020-06-30if/else in defining languageskiyan42
2020-06-30fix: remove goto statementskiyan42
2020-06-30update installer with sync and some fixeskiyan42
2020-06-30Java highlights: Add operators ":" "?"Stephan Seitz
2020-06-30Java highlights: Add parameter highlight for single-parameter lambdasStephan Seitz
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): add definition navigation moduleSteven Sojka
2020-06-30feat(refactor): add smart rename moduleSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-30add python asynckiyan42
2020-06-29Add method reference operatorChinmay Dalal
2020-06-29add used_by key to parserskiyan42
2020-06-29Extend documentation for TSErrorStephan Seitz
2020-06-29highlights: declare links as defaultsThomas Vigouroux
2020-06-29Java highlights: Capture parameters in declaration (#93)Chinmay Dalal
2020-06-28C highlights: Add highlight for #elifStephan Seitz
2020-06-28Fix typo in documentation: `labe:` -> `label:`Stephan Seitz
2020-06-27Merge pull request #102 from vigoux/fix-94Stephan Seitz
2020-06-27Merge pull request #115 from kyazdani42/doc/update-install-docStephan Seitz
2020-06-27update docs for TSInstallkiyan42
2020-06-26highlight: use custom highlight groupsThomas Vigouroux
2020-06-26Fix cpp-highlights: wrong capture name used in regexStephan Seitz
2020-06-26Python highlights: Reset highlighting in f-string interpolationStephan Seitz
2020-06-26Python highlights: Add walrus operatorStephan Seitz
2020-06-25continue installing if not reinstalling one parserkiyan42
2020-06-25install can take 'all' as parameterkiyan42
2020-06-25add command to install all parserskiyan42
2020-06-24fix(locals): compute locals after later tickSteven Sojka
2020-06-24Adapt Python highlights to new query syntaxStephan Seitz
2020-06-23add highlight queries for bashTravonteD
2020-06-23Update CONTRIBUTING.mdThomas Vigouroux
2020-06-23Fix the ":" in symbols when used in pairsTravonteD
2020-06-22rename and finish ft->lang migrationkiyan42
2020-06-21Merge pull request #98 from theHamsta/disclaimerKiyan Yazdani
2020-06-21fix: separate queries with newlinesThomas Vigouroux
2020-06-21Add disclaimer to README.mdStephan Seitz
2020-06-21Merge pull request #101 from stsewd/fix-parser-ulrKiyan Yazdani
2020-06-21Fix bash parser urlSantos Gallegos
2020-06-21fix(statusline): don't call if no parserThomas Vigouroux
2020-06-21Merge pull request #96 from theHamsta/python-__dunder__Thomas Vigouroux
2020-06-21Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypesKiyan Yazdani
2020-06-21Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python high...Stephan Seitz
2020-06-21Merge pull request #72 from doubleloop/pythonStephan Seitz
2020-06-21Merge pull request #91 from TravonteD/sibling-refactorThomas Vigouroux
2020-06-21Updated python highlightsJakub Łuczyński
2020-06-20refactor: use newly introduced consolidated syntaxTravonteD
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-06-19fix: declare parse names as their appropriate filetype and change clone urlkiyan42
2020-06-19Merge pull request #89 from kyazdani42/refacto/remove-buf-state-and-apiThomas Vigouroux