Liking cljdoc? Tell your friends :D

dots.vscode.language-configuration

The language configuration interfaces defines the contract between extensions and various editor features, like automatic bracket insertion, automatic indentation etc.

The language configuration interfaces defines the contract between extensions
and various editor features, like automatic bracket insertion, automatic indentation etc.
raw docstring

auto-closing-pairscljs

(auto-closing-pairs language-configuration)

The language's auto closing pairs.

The language's auto closing pairs.
sourceraw docstring

bracketscljs

(brackets language-configuration)

The language's brackets. This configuration implicitly affects pressing Enter around these brackets.

The language's brackets.
This configuration implicitly affects pressing Enter around these brackets.
sourceraw docstring

commentscljs

(comments language-configuration)

The language's comment settings.

The language's comment settings.
sourceraw docstring

indentation-rulescljs

(indentation-rules language-configuration)

The language's indentation settings.

The language's indentation settings.
sourceraw docstring

on-enter-rulescljs

(on-enter-rules language-configuration)

The language's rules to be evaluated when pressing Enter.

The language's rules to be evaluated when pressing Enter.
sourceraw docstring

set-auto-closing-pairs!cljs

(set-auto-closing-pairs! language-configuration value)

The language's auto closing pairs.

The language's auto closing pairs.
sourceraw docstring

set-brackets!cljs

(set-brackets! language-configuration value)

The language's brackets. This configuration implicitly affects pressing Enter around these brackets.

The language's brackets.
This configuration implicitly affects pressing Enter around these brackets.
sourceraw docstring

set-comments!cljs

(set-comments! language-configuration value)

The language's comment settings.

The language's comment settings.
sourceraw docstring

set-indentation-rules!cljs

(set-indentation-rules! language-configuration value)

The language's indentation settings.

The language's indentation settings.
sourceraw docstring

set-on-enter-rules!cljs

(set-on-enter-rules! language-configuration value)

The language's rules to be evaluated when pressing Enter.

The language's rules to be evaluated when pressing Enter.
sourceraw docstring

set-word-pattern!cljs

(set-word-pattern! language-configuration value)

The language's word definition. If the language supports Unicode identifiers (e.g. JavaScript), it is preferable to provide a word definition that uses exclusion of known separators. e.g.: A regex that matches anything except known separators (and dot is allowed to occur in a floating point number): /(-?\d*.\d\w*)|([^`~!@#%^&*()-=+[{]}\|;:'",.<>/?\s]+)/g

The language's word definition.
If the language supports Unicode identifiers (e.g. JavaScript), it is preferable
to provide a word definition that uses exclusion of known separators.
e.g.: A regex that matches anything except known separators (and dot is allowed to occur in a floating point number):
  /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g
sourceraw docstring

word-patterncljs

(word-pattern language-configuration)

The language's word definition. If the language supports Unicode identifiers (e.g. JavaScript), it is preferable to provide a word definition that uses exclusion of known separators. e.g.: A regex that matches anything except known separators (and dot is allowed to occur in a floating point number): /(-?\d*.\d\w*)|([^`~!@#%^&*()-=+[{]}\|;:'",.<>/?\s]+)/g

The language's word definition.
If the language supports Unicode identifiers (e.g. JavaScript), it is preferable
to provide a word definition that uses exclusion of known separators.
e.g.: A regex that matches anything except known separators (and dot is allowed to occur in a floating point number):
  /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close