add all nanorc files that I use
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# Supports `TOML` files
|
||||
syntax "TOML" "\.toml$"
|
||||
|
||||
## Multiline
|
||||
icolor yellow start="\"\"\"" end="\"\"\""
|
||||
icolor yellow start="'''" end="'''"
|
||||
icolor yellow start="\[" end="\]"
|
||||
|
||||
## Values
|
||||
icolor yellow "=.*"
|
||||
|
||||
## Tables
|
||||
icolor red "^\s*\[.*\]$"
|
||||
|
||||
## Comments (keep at the end of this file!)
|
||||
icolor cyan "#.*$"
|
||||
Reference in New Issue
Block a user