LiveCode (livecode v0.1.0)

Copy Markdown View Source

LiveView-native syntax highlighting, autocomplete, snippets, and diagnostics for textareas.

LiveCode is not a browser IDE. It keeps the browser's native <textarea> as the editing surface, then layers syntax highlighting, suggestions, diagnostics, and language-aware helpers around it with a small LiveView hook.

Use LiveCode.Editor.editor/1 in HEEx and provide a language module that implements LiveCode.Language.

Summary

Functions

Returns the bundled CSS source path.

Returns the bundled JavaScript hook source path.

Functions

css_path()

@spec css_path() :: String.t()

Returns the bundled CSS source path.

hook_path()

@spec hook_path() :: String.t()

Returns the bundled JavaScript hook source path.