Describes a rule to be evaluated when pressing Enter.
Describes a rule to be evaluated when pressing Enter.
(after-text on-enter-rule)
This rule will only execute if the text after the cursor matches this regular expression.
This rule will only execute if the text after the cursor matches this regular expression.
(before-text on-enter-rule)
This rule will only execute if the text before the cursor matches this regular expression.
This rule will only execute if the text before the cursor matches this regular expression.
(previous-line-text on-enter-rule)
This rule will only execute if the text above the current line matches this regular expression.
This rule will only execute if the text above the current line matches this regular expression.
(set-action! on-enter-rule value)
The action to execute.
The action to execute.
(set-after-text! on-enter-rule value)
This rule will only execute if the text after the cursor matches this regular expression.
This rule will only execute if the text after the cursor matches this regular expression.
(set-before-text! on-enter-rule value)
This rule will only execute if the text before the cursor matches this regular expression.
This rule will only execute if the text before the cursor matches this regular expression.
(set-previous-line-text! on-enter-rule value)
This rule will only execute if the text above the current line matches this regular expression.
This rule will only execute if the text above the current line matches this regular expression.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close