Add config for macro bang token highlighting, disable by default

This commit is contained in:
Lukas Wirth 2022-08-22 14:09:38 +02:00
parent b26733f8a0
commit f6f0516603
5 changed files with 16 additions and 6 deletions

View file

@ -13,6 +13,7 @@ const HL_CONFIG: HighlightConfig = HighlightConfig {
specialize_operator: true,
operator: true,
inject_doc_comment: true,
macro_bang: true,
syntactic_name_ref_highlighting: false,
};