aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* highlights(lua): update query to new syntaxThomas Vigouroux2020-07-011-42/+55
* Java highlights: Add binary integer literalsStephan Seitz2020-07-011-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
* 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-301-3/+0
* feat(refactor): highlight usages moduleSteven Sojka2020-06-301-0/+3
* add python asynckiyan422020-06-301-0/+1
* Add method reference operatorChinmay Dalal2020-06-291-0/+1
* 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 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
* Adapt Python highlights to new query syntaxStephan Seitz2020-06-242-81/+66
* add highlight queries for bashTravonteD2020-06-231-0/+110
* Fix the ":" in symbols when used in pairsTravonteD2020-06-231-0/+1
* Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python high...Stephan Seitz2020-06-211-0/+3
* Merge pull request #72 from doubleloop/pythonStephan Seitz2020-06-211-45/+31
|\
| * Updated python highlightsJakub Łuczyński2020-06-211-45/+31
* | refactor: use newly introduced consolidated syntaxTravonteD2020-06-204-135/+195
* | Merge pull request #88 from PitcherTear22/masterThomas Vigouroux2020-06-172-0/+4
|\ \
| * | Give creditsChinmay Dalal2020-06-171-0/+2
| * | Give creditsChinmay Dalal2020-06-171-0/+2
* | | Merge pull request #87 from steelsojka/fix/js-boolean-fixKiyan Yazdani2020-06-151-2/+2
|\ \ \
| * | | fix(javascript): set booleans to boolean highlightsSteven Sojka2020-06-151-2/+2
* | | | Merge pull request #86 from steelsojka/feat/jsonKiyan Yazdani2020-06-151-0/+13
|\ \ \ \
| * | | | feat(lang): add json highlightsSteven Sojka2020-06-151-0/+13
| |/ / /
* | | | Merge pull request #85 from PitcherTear22/masterThomas Vigouroux2020-06-152-0/+180
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix typesChinmay Dalal2020-06-151-3/+3
| * | Add operatorsChinmay2020-06-151-1/+27
| * | Fix method highlightingChinmay2020-06-151-2/+2
| * | Add highlights.scm and locals.scmChinmay2020-06-112-0/+154
* | | chore(queries): use inherited queries for ts/jsSteven Sojka2020-06-152-223/+0
* | | Merge branch 'master' into feat/typescript-queriesSteven Sojka2020-06-155-6/+217
|\ \ \
| * | | Change regexes in C/C++ highlightsStephan Seitz2020-06-152-2/+2
| * | | Update C/C++ highlights to new query syntaxStephan Seitz2020-06-154-16/+17
| * | | Add better highlighting for preprocessor functions in C highlightsStephan Seitz2020-06-151-0/+5
| * | | Add operators /=,*=,|=,&= to C highlightsStephan Seitz2020-06-151-2/+7
| * | | Add compound_statement to c queriesStephan Seitz2020-06-151-0/+1
| * | | Add punctuation.bracket/punctuation.delimiter to C highlightsStephan Seitz2020-06-151-2/+11
| * | | Make =,~,! operators in C highlightsStephan Seitz2020-06-152-5/+10
| * | | Add cpp/locals.scmStephan Seitz2020-06-152-3/+57
| * | | Add @error highlight to c/highlights.scmStephan Seitz2020-06-151-0/+2
| * | | Add C++ highlights.scmStephan Seitz2020-06-152-0/+100
| * | | Add tree-sitter-regexStephan Seitz2020-06-141-0/+29
* | | | feat(queries): add typescript and javascript queriesSteven Sojka2020-06-144-0/+477
|/ / /
* / / - #76 update the predicate syntax for ruby and cssTravonteD2020-06-112-8/+9
|/ /
* | Merge pull request #69 from theHamsta/go-highlightsThomas Vigouroux2020-06-072-0/+196
|\ \