From d1796695ac6826e45f7c78a9bd039c069e9d9f92 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 23 Oct 2020 12:17:10 +0200 Subject: [PATCH] Remove textobjects from contributing --- CONTRIBUTING.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09ef589f8..08d4237e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -235,34 +235,6 @@ Possible scope values are: - `global`: The definition is valid in the root scope - `local`: The definition is valid in the containing scope. This is the default behavior -### Text objects - -You can define text objects based on nodes of the grammar by adding queries in `textobjects.scm`. -Each capture group can be declared as `inner` or `outer`. - -``` -@function.inner -@function.outer -@class.inner -@class.outer -@conditional.inner -@conditional.outer -@loop.inner -@loop.outer -@call.inner -@call.outer -@block.inner -@block.outer -``` - -Some nodes only have one type: - -``` -@comment.outer -@parameter.inner -@statement.outer -``` - ### Folds You can define folds for a given language by adding a `folds.scm` query :