summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-25feat(CI): print text what went wrong when README CI failsStephan Seitz
2020-08-25Fix #292: Add parser links to README.mdStephan Seitz
2020-08-25fix(locals): add nil guard for definition id creationSteven Sojka
2020-08-24feat(highlights): add ocamlPau Ruiz Safont
2020-08-24feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz
2020-08-22C++ highlights: Add initial support for attributesStephan Seitz
2020-08-22Merge pull request #330 from steelsojka/fix-do-not-reattachSteven Sojka
fix(modules): do not reattach if already attached
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-08-21fix(smart_rename): fix usages callSteven Sojka
2020-08-21Merge pull request #331 from theHamsta/sudo-style-checkSteven Sojka
Run style check as sudo
2020-08-21fix(CI): Run style check as sudoStephan Seitz
2020-08-20Python highlights: add additional operatorsStephan Seitz
This is applies the upstream PR to our repo: https://github.com/tree-sitter/tree-sitter-python/pull/73
2020-08-20Change self back to variable.builtinAvi Dessauer
2020-08-20Deduplicate queries/rust/highlights.scmAvi Dessauer
Co-authored-by: TravonteD <tman1300@aol.com>
2020-08-20Highlight operators + improve consistency with Vim syntaxAvi Dessauer
2020-08-20Docs: remove enable=true from textobjects moduleevakuator
2020-08-20Docs: fix textobjectsevakuator
2020-08-18Docs: documentation for modules/submodulesSantos Gallegos
2020-08-18Merge pull request #324 from stsewd/python-fixSteven Sojka
Python: fix some highlights
2020-08-18Python: fix some highlightsSantos Gallegos
These aren't valid lua patterns
2020-08-18Merge pull request #323 from nathunsmitty/masterSteven Sojka
Rename @function.method to @method
2020-08-17@function.method -> @methodNathan Smith
2020-08-17Python: update highlightsSantos Gallegos
- Fix "as" outside imports - Add builtin classes and constants
2020-08-17Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closingSteven Sojka
add jsx fragment and jsx self closing element highlights
2020-08-17chore(highlights): remove is predicate usageSteven Sojka
2020-08-17Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka
Textobjects submodules
2020-08-17add jsx fragment and jsx self closing element highlightskiyan42
2020-08-17Avoid duplication of help tagsdelphinus
2020-08-17some refacto, doc fixes and jsx querieskiyan42
- 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
2020-08-17chore(textobjects): split up into submodulesStephan Seitz
2020-08-17Textobjects: set jump before going to adjacent_textobjectStephan Seitz
2020-08-17Textobject goto: treat end differently that startStephan Seitz
2020-08-17Textobjects: Allow nested textobjects on goto_adjacentStephan Seitz
2020-08-17chore(textobject): use query.find_best_match to find next/previous textobjectStephan Seitz
2020-08-17Textobjects: provide mappings for all swap/goto functionsStephan Seitz
2020-08-17Textobjects: Add goto_adjacentStephan Seitz
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-17Merge pull request #316 from TravonteD/fennelSteven Sojka
Add fennel support
2020-08-16Add fennel supportTravonteD
2020-08-16Python: update highlightsSantos Gallegos
- 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)
2020-08-16Python: update localsSantos Gallegos
2020-08-16docs(hlgroups): document TSAnnotation, TSCurrentScope, TSDefinition,Stephan Seitz
TSDefinitionUsage
2020-08-16Docs: document `@punctuation.special`Santos 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
feat(highlights): add is predicate
2020-08-16Merge pull request #295 from steelsojka/feature/set-scopes-for-definitionsSteven Sojka
feat(defintions): allow setting of scope
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-15fix: check 'after' against third directoryRafaƂ Camlet