// generated by src/lib/highlight_priorities.gen.ts - DO NOT EDIT OR RISK LOST DATA export type HighlightTokenName = | 'token_processing_instruction' | 'token_doctype' | 'token_cdata' | 'token_punctuation' | 'token_tag' | 'token_constant' | 'token_symbol' | 'token_deleted' | 'token_keyword' | 'token_null' | 'token_boolean' | 'token_interpolation_punctuation' | 'token_heading' | 'token_heading_punctuation' | 'token_tag_punctuation' | 'token_comment' | 'token_char' | 'token_inserted' | 'token_blockquote' | 'token_blockquote_punctuation' | 'token_builtin' | 'token_class_name' | 'token_number' | 'token_attr_value' | 'token_attr_quote' | 'token_string' | 'token_template_punctuation' | 'token_inline_code' | 'token_code_punctuation' | 'token_attr_equals' | 'token_selector' | 'token_function' | 'token_regex' | 'token_important' | 'token_variable' | 'token_atrule' | 'token_attr_name' | 'token_property' | 'token_decorator' | 'token_decorator_name' | 'token_link_text_wrapper' | 'token_link_text' | 'token_link_punctuation' | 'token_special_keyword' | 'token_namespace' | 'token_rule' | 'token_at_keyword' | 'token_url' | 'token_strikethrough' | 'token_bold' | 'token_italic'; export const highlight_priorities: Record = { token_processing_instruction: 1, token_doctype: 1, token_cdata: 1, token_punctuation: 1, token_tag: 2, token_constant: 2, token_symbol: 2, token_deleted: 2, token_keyword: 2, token_null: 2, token_boolean: 2, token_interpolation_punctuation: 2, token_heading: 2, token_heading_punctuation: 2, token_tag_punctuation: 2, token_comment: 3, token_char: 3, token_inserted: 3, token_blockquote: 3, token_blockquote_punctuation: 3, token_builtin: 4, token_class_name: 4, token_number: 4, token_attr_value: 5, token_attr_quote: 5, token_string: 5, token_template_punctuation: 5, token_inline_code: 5, token_code_punctuation: 5, token_attr_equals: 6, token_selector: 7, token_function: 7, token_regex: 7, token_important: 7, token_variable: 7, token_atrule: 8, token_attr_name: 9, token_property: 9, token_decorator: 9, token_decorator_name: 9, token_link_text_wrapper: 9, token_link_text: 9, token_link_punctuation: 9, token_special_keyword: 10, token_namespace: 10, token_rule: 10, token_at_keyword: 11, token_url: 11, token_strikethrough: 13, token_bold: 14, token_italic: 15, } as const; // generated by src/lib/highlight_priorities.gen.ts - DO NOT EDIT OR RISK LOST DATA