mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-14 03:20:58 +00:00
Merge
This commit is contained in:
commit
b2d7c8c5d4
3 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
filetype: v
|
||||
|
||||
detect:
|
||||
filename: "\\.v$"
|
||||
|
||||
rules:
|
||||
# Conditionals and control flow
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue