summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-19add winnr to get_node_at_cursorkiyan42
2020-06-19update docskiyan42
2020-06-19refacto: remove buf_statekiyan42
2020-06-17Merge pull request #88 from PitcherTear22/masterThomas Vigouroux
2020-06-17Give creditsChinmay Dalal
2020-06-17Give creditsChinmay Dalal
2020-06-15Merge pull request #87 from steelsojka/fix/js-boolean-fixKiyan Yazdani
2020-06-15Merge pull request #86 from steelsojka/feat/jsonKiyan Yazdani
2020-06-15feat(lang): add json highlightsSteven Sojka
2020-06-15fix(javascript): set booleans to boolean highlightsSteven Sojka
2020-06-15Merge pull request #85 from PitcherTear22/masterThomas Vigouroux
2020-06-15Fix typesChinmay Dalal
2020-06-15Add java to supported languagesChinmay Dalal
2020-06-15Add operatorsChinmay
2020-06-15Merge pull request #79 from steelsojka/feat/typescript-queriesKiyan Yazdani
2020-06-15Fix method highlightingChinmay
2020-06-15Merge pull request #83 from theHamsta/fixup-cpp-localsThomas Vigouroux
2020-06-15chore(queries): use inherited queries for ts/jsSteven Sojka
2020-06-15Merge branch 'master' into feat/typescript-queriesSteven Sojka
2020-06-15Fixup: Introduce base languages for queriesStephan Seitz
2020-06-15Merge pull request #63 from theHamsta/cpp-localsKiyan Yazdani
2020-06-15Change regexes in C/C++ highlightsStephan Seitz
2020-06-15Update C/C++ highlights to new query syntaxStephan Seitz
2020-06-15Add better highlighting for preprocessor functions in C highlightsStephan Seitz
2020-06-15Add operators /=,*=,|=,&= to C highlightsStephan Seitz
2020-06-15Add compound_statement to c queriesStephan Seitz