aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* Python: update foldsSantos Gallegos2020-09-031-0/+1
| | | | Missed one
* 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
| | | | | | | | fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds
* 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
| | | | | This is applies the upstream PR to our repo: https://github.com/tree-sitter/tree-sitter-python/pull/73
* Change self back to variable.builtinAvi Dessauer2020-08-201-1/+1
|
* Deduplicate queries/rust/highlights.scmAvi Dessauer2020-08-201-1/+0
| | | Co-authored-by: TravonteD <tman1300@aol.com>
* Highlight operators + improve consistency with Vim syntaxAvi Dessauer2020-08-201-3/+37
|
* Python: fix some highlightsSantos Gallegos2020-08-181-3/+3
| | | | These aren't valid lua patterns
* @function.method -> @methodNathan Smith2020-08-171-6/+6
|
* Python: update highlightsSantos Gallegos2020-08-171-4/+15
| | | | | - Fix "as" outside imports - Add builtin classes and constants
* 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 highlights
| * 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 submodules
| * Textobjects: add swap featureStephan Seitz2020-08-172-0/+6
| |
* | some refacto, doc fixes and jsx querieskiyan422020-08-172-1/+11
|/ | | | | | | | | | - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file
* Add fennel supportTravonteD2020-08-162-0/+168
|
* Python: update highlightsSantos Gallegos2020-08-161-33/+37
| | | | | | | - Get rid of @self - Highlight methods correctly - Highlight self as the first parameter of a method - Use new syntax (# for predicates, (_) instead of (*) for wildcards)
* 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 predicate
| * 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(defintions): allow setting of scope
| * | 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
|
* fix(java): add lambdas as a scopeSteven Sojka2020-08-121-2/+6
|
* RST: update textobjectsSantos Gallegos2020-08-111-0/+4
|
* Lua highlights: add operator "=" and punctuationStephan Seitz2020-08-111-0/+4
|
* Re add missing commentsAkin Sowemimo2020-08-091-3/+7
|
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-091-15/+18
|
* Add break and increment operators and tweak formattingAkin Sowemimo2020-08-091-4/+10
|
* Add todo comment and change this highlight groupAkin Sowemimo2020-08-091-6/+7
|
* Add new highlight queriesAkin Sowemimo2020-08-091-44/+97
|
* Lua: highlight function nameSantos Gallegos2020-08-091-7/+10
|
* highlights(rust): fix some type highlights.Thomas Vigouroux2020-08-071-0/+3
|
* highlights(rust): add async/await keywordsThomas Vigouroux2020-08-071-0/+2
|
* RST: update queriesSantos Gallegos2020-08-071-3/+14
|
* PHP: Update locals queryShirasaka2020-08-052-6/+28
|
* Python: update textobjects queriesSantos Gallegos2020-08-041-1/+22
|