aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz2020-07-143-2/+72
|
* Add C/C++ textobjectsStephan Seitz2020-07-142-0/+53
|
* Add Python textobjectsStephan Seitz2020-07-141-0/+24
|
* Add textobjects moduleStephan Seitz2020-07-149-27/+216
|
* Add workflow for checking query filesStephan Seitz2020-07-142-0/+55
|
* Fix highlight of usages after merging highlight_current_scopeStephan Seitz2020-07-141-1/+1
|
* Cpp locals: Fix syntaxStephan Seitz2020-07-131-1/+1
|
* Add module refactor.highlight_current_scopeStephan Seitz2020-07-134-0/+56
|
* Add ts_utils.highlight_nodeStephan Seitz2020-07-132-20/+14
|
* Add rust locals.scmStephan Seitz2020-07-134-1/+111
|
* Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz2020-07-134-0/+33
|
* C/C++ highlights: Small improvements for type definitionsStephan Seitz2020-07-132-0/+6
|
* Lint: remove second argument for one-argument functionStephan Seitz2020-07-131-1/+1
|
* Update exampleSantos Gallegos2020-07-111-3/+7
|
* TypoSantos Gallegos2020-07-111-1/+1
|
* docs: add GH actions build badgeThomas Vigouroux2020-07-091-0/+1
|
* docs: remove unused build status badgeThomas Vigouroux2020-07-091-1/+0
|
* ci: use GH Actions istead of Travis CIThomas Vigouroux2020-07-093-12/+21
|
* docs: update README.md for RustThomas Vigouroux2020-07-091-1/+1
|
* docs: Add screenshot to the readmeThomas Vigouroux2020-07-092-0/+3
|
* highlight(c): fix booleans and typesThomas Vigouroux2020-07-092-20/+41
|
* Python locals: with_statement can define variablesStephan Seitz2020-07-091-0/+4
|
* Python highlights: Surround type subscript query with (type ...)Stephan Seitz2020-07-091-2/+3
|
* locals(lua): simplify argsThomas Vigouroux2020-07-081-6/+2
|
* highlight(lua): fix overlapping queriesThomas Vigouroux2020-07-081-15/+21
|
* Introduce @definition.import for Python/JavascriptStephan Seitz2020-07-083-2/+11
|
* Highlight complete type definitionStephan Seitz2020-07-081-0/+2
|
* Python locals/highlights: Parameters can be optionally typedStephan Seitz2020-07-082-14/+21
|
* Add Rust queries (#57)Thomas Vigouroux2020-07-081-0/+167
| | | | | | | * queries(rust): add highlight query. Also slightly changes the way constructors are highlighted. * highglight(rust): use new query syntax
* docs: advertise module-template in CONTRIBUTING.mdThomas Vigouroux2020-07-081-1/+16
|
* fix(refactor): highlight def perf issue fixSteven Sojka2020-07-082-31/+27
|
* feat(configs): dynamic module defintionsSteven Sojka2020-07-073-72/+204
|
* Use <details> for checkhealth output in bug report templateStephan Seitz2020-07-061-3/+8
| | | | | | The output of checkhealth can be quite lengthy. Plus fix position of *** to make text render bold
* Add style-check scriptStephan Seitz2020-07-064-1/+23
|
* Allow arbitrary query files in locals.luaStephan Seitz2020-07-051-10/+49
| | | | This is a preparation for `textobject` queries.
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-054-87/+99
| | | | This changed the highlight of "switch" to conditional and of "break" to repeat.
* Update README.mdThomas Vigouroux2020-07-051-0/+1
|
* Make luacheck happyStephan Seitz2020-07-0510-43/+23
|
* Add Travis CI with luacheckStephan Seitz2020-07-053-0/+28
|
* C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵Stephan Seitz2020-07-041-0/+2
| | | | locals)
* feat(javascript): add import specifier as definitionSteven Sojka2020-07-011-0/+3
|
* locals(lua): capture function definition paramsThomas Vigouroux2020-07-011-0/+2
|
* highlights(lua): update query to new syntaxThomas Vigouroux2020-07-011-42/+55
|
* remove doc/tagsSainnhepark2020-07-012-59/+1
|
* docs: add apache LicenceThomas Vigouroux2020-07-011-0/+201
| | | This is to match neovim's licence.
* Java highlights: Add binary integer literalsStephan Seitz2020-07-011-0/+1
|
* Fix #136: Highlight of TSFloat should be Float not TSFloatStephan Seitz2020-07-011-1/+1
|
* Rgenerate doc/tagsStephan Seitz2020-06-301-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
|