summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
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): highlight usages moduleSteven Sojka
2020-06-30add python asynckiyan42
2020-06-29Add method reference operatorChinmay Dalal
2020-06-29Java highlights: Capture parameters in declaration (#93)Chinmay Dalal
2020-06-28C highlights: Add highlight for #elifStephan Seitz
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-24Adapt Python highlights to new query syntaxStephan Seitz
2020-06-23add highlight queries for bashTravonteD
2020-06-23Fix the ":" in symbols when used in pairsTravonteD
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-21Updated python highlightsJakub Łuczyński
2020-06-20refactor: use newly introduced consolidated syntaxTravonteD
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 operatorsChinmay
2020-06-15Fix method highlightingChinmay
2020-06-15chore(queries): use inherited queries for ts/jsSteven Sojka
2020-06-15Merge branch 'master' into feat/typescript-queriesSteven Sojka
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
2020-06-15Add punctuation.bracket/punctuation.delimiter to C highlightsStephan Seitz
2020-06-15Make =,~,! operators in C highlightsStephan Seitz
2020-06-15Add cpp/locals.scmStephan Seitz
2020-06-15Add @error highlight to c/highlights.scmStephan Seitz
2020-06-15Add C++ highlights.scmStephan Seitz
2020-06-14feat(queries): add typescript and javascript queriesSteven Sojka
2020-06-14Add tree-sitter-regexStephan Seitz
2020-06-11Add highlights.scm and locals.scmChinmay
2020-06-11- #76 update the predicate syntax for ruby and cssTravonteD
2020-06-07Merge pull request #69 from theHamsta/go-highlightsThomas Vigouroux
2020-06-07Add call references for GoStephan Seitz
2020-06-07Add go locals.scmStephan Seitz
2020-06-07Add highlights.scm for GoStephan Seitz
2020-06-05html: Highlight (quoted_attribute_value) as @stringStephan Seitz