1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-23 09:05:39 +01:00

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

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