tinymist/syntaxes/textmate/feature.mts
Myriad-Dreamin d4ba43c773
feat: add experimental math syntax highlighting (#1096)
* feat: add experimental math syntax highlighting

* dev: math identifier can be after some text brace

* dev: math identifier must contain multiple chars
2025-01-03 23:15:42 +08:00

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;