mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00

* feat: add experimental math syntax highlighting * dev: math identifier can be after some text brace * dev: math identifier must contain multiple chars
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
/**
|
|
* Feature Flags
|
|
*/
|
|
export const SYNTAX_WITH_BOLD_ITALIC = false;
|
|
export const SYNTAX_WITH_MATH = false;
|
|
export const SYNTAX_WITH_LANGS = true;
|