Update groff.nanorc

added original line to allow color of some macros that only have one letter after .
This commit is contained in:
hdquemada 2020-04-30 21:10:06 -04:00
parent 104dde0fb1
commit 694cacc285
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ color cyan "(\\|\\\\)n(.|\(..)"
color cyan start="(\\|\\\\)n\[" end="]" color cyan start="(\\|\\\\)n\[" end="]"
## Requests ## Requests
color brightgreen "^\.[[:space:]]*[^[[:space:]]]*[^[[:space:]]]*" color brightgreen "^\.[[:space:]]*[^[[:space:]]]*[^[[:space:]]]*"
color brightgreen "^\.[[:space:]]*[^[[:space:]]]*"
## Comments ## Comments
color yellow "^\.\\".*$" color yellow "^\.\\".*$"
## Strings ## Strings