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
+16
View File
@@ -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 "#.*$"