add all nanorc files that I use

This commit is contained in:
2023-05-27 10:21:17 -04:00
parent c332c5b549
commit 06a1621f60
47 changed files with 1660 additions and 5 deletions
+22
View File
@@ -0,0 +1,22 @@
# Supports `.env` files
syntax "dotenv" "\/\.env(\.old|\.bak|.example|~)?$"
## Keys
color cyan "^\s*[A-Z0-9_]+"
## Values
color brightyellow "=.*$"
color ,red "[\'\"].*$"
color brightwhite "[\'\"].*[\'\"]$"
## Equal sign
color green "="
## Booleans
color brightmagenta "(TRUE|true|FALSE|false)\s*($|;)"
## Comments
color brightyellow ";.*$"
## Spaces in front of tabs.
color ,red " + +"