tinymist/syntaxes/textmate/feature.mts
Myriad-Dreamin 02591124a3
feat: stop expressions before hash and comma (#1129)
* feat: stop expression before hash

* feat: stop expression before comma
2025-01-08 11:26:44 +08:00

9 lines
267 B
TypeScript

/**
* Feature Flags
*/
export const SYNTAX_WITH_BOLD_ITALIC = false;
export const SYNTAX_WITH_MATH = true;
export const SYNTAX_WITH_LANGS = true;
export const POLYFILL_P_XID = false;
export const FIXED_LENGTH_LOOK_BEHIND = false;
export const ANNOTATE_META = true;