Liking cljdoc? Tell your friends :D

cross-parinfer.core


add-indentclj/s

(add-indent state)

Adds indent to the state.

Adds indent to the state.
raw docstring

add-parinferclj/s

(add-parinfer mode-type state)

Adds parinfer to the state.

Adds parinfer to the state.
raw docstring

indent-countclj/s

(indent-count line)

indent-modeclj/s

(indent-mode text x line)
(indent-mode text x line preview-cursor-scope?)

Runs indent mode on the given text.

Runs indent mode on the given text.
raw docstring

modeclj/s

(mode mode-type text x line)

Runs the specified mode, which can be :paren, :indent, or :both.

Runs the specified mode, which can be :paren, :indent, or :both.
raw docstring

paren-modeclj/s

(paren-mode text x line)

Runs paren mode on the given text.

Runs paren mode on the given text.
raw docstring

position->row-colclj/s

(position->row-col text position)

Converts a position to a row and column number.

Converts a position to a row and column number.
raw docstring

row-col->positionclj/s

(row-col->position text row col)

Converts a row and column number to a position.

Converts a row and column number to a position.
raw docstring

split-linesclj/s

(split-lines s)

Splits the string into lines.

Splits the string into lines.
raw docstring

update-indentclj/s

(update-indent diff lines line-num)

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

× close