summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
2020-08-17@function.method -> @methodNathan Smith
2020-08-17Python: update highlightsSantos Gallegos
2020-08-17Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closingSteven Sojka
2020-08-17chore(highlights): remove is predicate usageSteven Sojka
2020-08-17Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka
2020-08-17add jsx fragment and jsx self closing element highlightskiyan42
2020-08-17some refacto, doc fixes and jsx querieskiyan42
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-16Add fennel supportTravonteD
2020-08-16Python: update highlightsSantos Gallegos
2020-08-16Python: update localsSantos Gallegos
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-08-16Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka
2020-08-16Merge pull request #295 from steelsojka/feature/set-scopes-for-definitionsSteven Sojka
2020-08-16feat(definitions): allow setting of scopeSteven Sojka
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-16[java] Add label highlightChinmay Dalal
2020-08-14fix(locals): add shorthand identifiers as references and definitionsSteven Sojka
2020-08-14Python highlights: Highlight ->, ...Stephan Seitz
2020-08-13Fix #286: Highlight C++ raw_string_literalStephan Seitz
2020-08-12fix(java): add lambdas as a scopeSteven Sojka
2020-08-11RST: update textobjectsSantos Gallegos
2020-08-11Lua highlights: add operator "=" and punctuationStephan Seitz
2020-08-09Re add missing commentsAkin Sowemimo
2020-08-09Change capture groups and add variable highlightsAkin Sowemimo
2020-08-09Add break and increment operators and tweak formattingAkin Sowemimo
2020-08-09Add todo comment and change this highlight groupAkin Sowemimo
2020-08-09Add new highlight queriesAkin Sowemimo
2020-08-09Lua: highlight function nameSantos Gallegos
2020-08-07highlights(rust): fix some type highlights.Thomas Vigouroux
2020-08-07highlights(rust): add async/await keywordsThomas Vigouroux
2020-08-07RST: update queriesSantos Gallegos
2020-08-05PHP: Update locals queryShirasaka
2020-08-04Python: update textobjects queriesSantos Gallegos
2020-08-04Lua: fix @error captureSantos Gallegos
2020-08-04Add PHP, TOML, and update HTML, javascript queriesShirasaka
2020-08-03Lua locals: Make property_identifier a referenceStephan Seitz
2020-08-01RST: update localsSantos Gallegos
2020-08-01RST: update highlightsSantos Gallegos
2020-07-29rst: update highlight queriesSantos Gallegos
2020-07-28rename query parser to query from schemeSteven Sojka
2020-07-28feat(parsers): add scheme parserSteven Sojka
2020-07-28Lua: update some queriesSantos Gallegos
2020-07-27C++: locals template_declaration must define their own scope in which the tem...Stephan Seitz
2020-07-27C/C++ locals: Make `field_identifier` a referenceStephan Seitz
2020-07-27Java locals: use has-ancestor? to match importsStephan Seitz
2020-07-27Java highlights/locals: Add catch_formal_parameterStephan Seitz
2020-07-27Java highlights: Add highlight for thisStephan Seitz
2020-07-27Add Java localsChinmay Dalal
2020-07-27Parsers: add reStructuredTextSantos Gallegos