summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
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
2020-06-02Merge pull request #68 from TravonteD/htmlThomas Vigouroux
2020-06-02Merge pull request #67 from TravonteD/cssThomas Vigouroux
2020-06-02Add html highlight queriesTravonteD
2020-06-02Add css highlight queriesTravonteD
2020-06-02Update python locals: `list_splat` and `dictionary_splat` define variables as...Stephan Seitz
2020-05-28Improve Python highlightsStephan Seitz
2020-05-23Some improvements to c/locals.scmStephan Seitz
2020-05-17Introduce `@include`Stephan Seitz