diff options
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/theme.rs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/helix-view/src/theme.rs b/helix-view/src/theme.rs index 0efd329c..b200fa0e 100644 --- a/helix-view/src/theme.rs +++ b/helix-view/src/theme.rs @@ -88,34 +88,6 @@ pub struct Theme { mapping: HashMap<&'static str, Style>, } -// let highlight_names: Vec<String> = [ -// "attribute", -// "constant.builtin", -// "constant", -// "function.builtin", -// "function.macro", -// "function", -// "keyword", -// "operator", -// "property", -// "punctuation", -// "comment", -// "escape", -// "label", -// // "punctuation.bracket", -// "punctuation.delimiter", -// "string", -// "string.special", -// "tag", -// "type", -// "type.builtin", -// "constructor", -// "variable", -// "variable.builtin", -// "variable.parameter", -// "path", -// ]; - impl Default for Theme { fn default() -> Self { let mapping = hashmap! { |