Returns a LanguageSupport bundling bslLanguage (with its
embedded SDBL overlay) ready to drop into an EditorState's extensions
array. This is the canonical entry point — 99% of consumers should call
this and nothing else.
Highlighting of an embedded query inside a string literal turns on
automatically: any string starting with ВЫБРАТЬ/SELECT/УНИЧТОЖИТЬ/
DROP (case-insensitive, after stripping leading | continuations)
gets parsed by the SDBL grammar and rendered with SDBL-specific
highlight tags. No configuration required.
BSL language extension for CodeMirror 6.
Returns a LanguageSupport bundling bslLanguage (with its embedded SDBL overlay) ready to drop into an
EditorState'sextensionsarray. This is the canonical entry point — 99% of consumers should call this and nothing else.Highlighting of an embedded query inside a string literal turns on automatically: any string starting with
ВЫБРАТЬ/SELECT/УНИЧТОЖИТЬ/DROP(case-insensitive, after stripping leading|continuations) gets parsed by the SDBL grammar and rendered with SDBL-specific highlight tags. No configuration required.