tweaks: remove redundant pair of parentheses, and swap two alternatives
parent
e52c81f5db
commit
3313fac8eb
|
@ -1,6 +1,6 @@
|
||||||
## Syntax highlighting for groff.
|
## Syntax highlighting for groff.
|
||||||
|
|
||||||
syntax groff "(/tmac\.[^/]+$|\.(m[ems]|rof|tmac)$)"
|
syntax groff "\.(m[ems]|rof|tmac)$|/tmac\.[^/]+$"
|
||||||
comment ".\""
|
comment ".\""
|
||||||
|
|
||||||
# The argument of .ds or .nr
|
# The argument of .ds or .nr
|
||||||
|
|
Loading…
Reference in New Issue