Skip to content

@jsvision/code-editor / plainLanguageId

Variable: plainLanguageId

const plainLanguageId: CodeEditorLanguageId = 'plain'

Defined in: code-editor/src/index.ts:14

Identifies plain text, which intentionally has no parser dependency.

Example

ts
import { plainLanguageId } from '@jsvision/code-editor';