mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Update groff.nanorc
2020-04-30 Changed to allow coloring of more than the first letter of the macro commancs
This commit is contained in:
parent
be00d820d5
commit
e35d6674f4
@ -4,7 +4,7 @@ syntax "Groff" "\.m[ems]$" "\.rof" "\.tmac$" "^tmac."
|
|||||||
comment ".\""
|
comment ".\""
|
||||||
|
|
||||||
## The argument of .ds or .nr
|
## The argument of .ds or .nr
|
||||||
color cyan "^\.(ds|nr) [^[[:space:]]]*"
|
color cyan "^\.(ds|nr) [^[[:space:]]]*[^[[:space:]]]*"
|
||||||
## Single character escapes
|
## Single character escapes
|
||||||
color brightmagenta "\\."
|
color brightmagenta "\\."
|
||||||
## Highlight the argument of \f or \s in the same color
|
## Highlight the argument of \f or \s in the same color
|
||||||
@ -13,7 +13,8 @@ color brightmagenta "\\f." "\\f\(.." "\\s(\+|\-)?[0-9]"
|
|||||||
color cyan "(\\|\\\\)n(.|\(..)"
|
color cyan "(\\|\\\\)n(.|\(..)"
|
||||||
color cyan start="(\\|\\\\)n\[" end="]"
|
color cyan start="(\\|\\\\)n\[" end="]"
|
||||||
## Requests
|
## Requests
|
||||||
color brightgreen "^\.[[:space:]]*[^[[:space:]]]*"
|
#color brightgreen "^\.[[:space:]]*[^[[:space:]]]*"
|
||||||
|
color brightgreen "^\.[[:space:]]*[^[[:space:]]]*[^[[:space:]]]*"
|
||||||
## Comments
|
## Comments
|
||||||
color yellow "^\.\\".*$"
|
color yellow "^\.\\".*$"
|
||||||
## Strings
|
## Strings
|
||||||
|
Loading…
Reference in New Issue
Block a user