aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* fix using highlight query extension for every query typekyazdani422020-09-071-0/+0
* go locals: remove unused strip! directiveStephan Seitz2020-09-071-2/+0
* rst: remove unused capturesSantos Gallegos2020-09-061-6/+0
* fix: ocaml highlightPau Ruiz Safont2020-09-061-2/+1
* fix: contional > conditional in lua hl.scmkyazdani422020-09-061-1/+1
* fix bash highlightkyazdani422020-09-061-1/+1
* Lua: update highlightsSantos Gallegos2020-09-061-1/+7
* Lua: fix loop and conditional keywords highlightsSantos Gallegos2020-09-061-13/+31
* feat(folds): add ts and js foldsSteven Sojka2020-09-062-0/+20
* change @meta to @type for derive directives because @meta is not definedkiyan422020-09-061-2/+2
* fix(highlights): fix ts parameter highlightsSteven Sojka2020-09-061-2/+2
* Fix filenamePieter Goetschalckx2020-09-051-0/+0
* Query: update highlightsSantos Gallegos2020-09-041-0/+11
* Query: add program as scopeSantos Gallegos2020-09-041-2/+3
* Python: update foldsSantos Gallegos2020-09-031-0/+1
* Python: add foldsSantos Gallegos2020-09-031-0/+24
* fix(locals): js add arrow function parameter as definitionSteven Sojka2020-09-021-0/+4
* fold(c): ignore compound statementsThomas Vigouroux2020-09-011-1/+0
* fix(fold): revamp foldThomas Vigouroux2020-09-012-0/+17
* C highlights: make `preproc_defined` @function.macroStephan Seitz2020-08-301-1/+4
* C highlights: add bitwise-xor operatorStephan Seitz2020-08-271-0/+2
* fix(locals): add js namespace import as definitionSteven Sojka2020-08-261-0/+3
* feat(highlights): add ocamlPau Ruiz Safont2020-08-241-0/+147
* feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz2020-08-242-0/+5
* C++ highlights: Add initial support for attributesStephan Seitz2020-08-221-0/+6
* Python highlights: add additional operatorsStephan Seitz2020-08-201-0/+7
* Change self back to variable.builtinAvi Dessauer2020-08-201-1/+1
* Deduplicate queries/rust/highlights.scmAvi Dessauer2020-08-201-1/+0
* Highlight operators + improve consistency with Vim syntaxAvi Dessauer2020-08-201-3/+37
* Python: fix some highlightsSantos Gallegos2020-08-181-3/+3
* @function.method -> @methodNathan Smith2020-08-171-6/+6
* Python: update highlightsSantos Gallegos2020-08-171-4/+15
* Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closingSteven Sojka2020-08-171-0/+3
|\
| * add jsx fragment and jsx self closing element highlightskiyan422020-08-171-0/+3
* | chore(highlights): remove is predicate usageSteven Sojka2020-08-174-13/+0
* | Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka2020-08-172-0/+6
|\ \ | |/ |/|
| * Textobjects: add swap featureStephan Seitz2020-08-172-0/+6
* | some refacto, doc fixes and jsx querieskiyan422020-08-172-1/+11
|/
* Add fennel supportTravonteD2020-08-162-0/+168
* Python: update highlightsSantos Gallegos2020-08-161-33/+37
* Python: update localsSantos Gallegos2020-08-161-7/+9
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-1611-29/+29
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-1610-34/+59
|\
| * feat(highlights): add is predicateSteven Sojka2020-08-1610-34/+59
* | Merge pull request #295 from steelsojka/feature/set-scopes-for-definitionsSteven Sojka2020-08-161-0/+4
|\ \
| * | feat(definitions): allow setting of scopeSteven Sojka2020-08-161-0/+4
| |/
* / [java] Add label highlightChinmay Dalal2020-08-161-0/+4
|/
* fix(locals): add shorthand identifiers as references and definitionsSteven Sojka2020-08-141-1/+6
* Python highlights: Highlight ->, ...Stephan Seitz2020-08-141-1/+2
* Fix #286: Highlight C++ raw_string_literalStephan Seitz2020-08-131-0/+4