From 743d42e4176c3e9a13b20eb0b9daedb73e413d03 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Thu, 13 Feb 2020 16:50:44 -0500 Subject: [PATCH 1/2] Syntax file change --- runtime/syntax/v.yaml | 1 - runtime/syntax/verilog.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/syntax/v.yaml b/runtime/syntax/v.yaml index 6f1c96dd..9790f74c 100644 --- a/runtime/syntax/v.yaml +++ b/runtime/syntax/v.yaml @@ -1,7 +1,6 @@ filetype: v detect: - filename: "\\.v$" rules: # Conditionals and control flow diff --git a/runtime/syntax/verilog.yaml b/runtime/syntax/verilog.yaml index 97c41847..d6de7530 100644 --- a/runtime/syntax/verilog.yaml +++ b/runtime/syntax/verilog.yaml @@ -1,7 +1,7 @@ filetype: verilog detect: - filename: "\\.(vh|sv|svh)$" + filename: "\\.(v|vh|sv|svh)$" rules: - preproc: "\\b(module|package|program|endmodule|endpackage|endprogram)\\b" From 8348cc8ec25acac5b45083023291be4a1e277e6e Mon Sep 17 00:00:00 2001 From: Tonus1 Date: Fri, 14 Feb 2020 00:15:32 +0100 Subject: [PATCH 2/2] Add transparency (#1509) --- runtime/help/colors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/help/colors.md b/runtime/help/colors.md index cb3917ee..f4cbbfb0 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -20,6 +20,8 @@ set colorscheme twilight Micro comes with a number of colorschemes by default. The colorschemes that you can display will depend on what kind of color support your terminal has. +Omit color-link default "[fg color],[bg color]" will make the background color match the terminal's, and transparency if set. + Modern terminals tend to have a palette of 16 user-configurable colors (these colors can often be configured in the terminal preferences), and additional color support comes in three flavors.