mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-22 02:04:22 +03:00
* syntax/nroff.syntax: Make colors more compatible with the
highlighting used in the internal viewer - yellow for bold and brightred for italic.
This commit is contained in:
parent
d34da4e327
commit
40734f6a14
@ -1,3 +1,9 @@
|
||||
2003-01-31 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/nroff.syntax: Make colors more compatible with the
|
||||
highlighting used in the internal viewer - yellow for bold and
|
||||
brightred for italic.
|
||||
|
||||
2003-01-31 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* syntax/c.syntax: Highlight trailing whitespace(s).
|
||||
|
@ -201,29 +201,29 @@ context default
|
||||
keyword whole linestart .l cyan
|
||||
keyword whole linestart .i cyan
|
||||
|
||||
context exclusive linestart .SH \n brightred
|
||||
keyword \\fB*\\fP magenta
|
||||
keyword \\fI*\\fP yellow
|
||||
context exclusive linestart .SH \n white
|
||||
keyword \\fB*\\fP yellow
|
||||
keyword \\fI*\\fP brightred
|
||||
spellcheck
|
||||
context exclusive linestart .TH \n brightred
|
||||
keyword \\fB*\\fP magenta
|
||||
keyword \\fI*\\fP yellow
|
||||
context exclusive linestart .TH \n white
|
||||
keyword \\fB*\\fP yellow
|
||||
keyword \\fI*\\fP brightred
|
||||
spellcheck
|
||||
context exclusive linestart .B \n magenta
|
||||
keyword \\fI*\\fP yellow
|
||||
context exclusive linestart .B \n yellow
|
||||
keyword \\fI*\\fP brightred
|
||||
spellcheck
|
||||
context exclusive linestart .I \n yellow
|
||||
keyword \\fB*\\fP magenta
|
||||
context exclusive linestart .I \n brightred
|
||||
keyword \\fB*\\fP yellow
|
||||
spellcheck
|
||||
context exclusive whole linestart .nf linestart .fi green
|
||||
keyword \\fB*\\fP magenta
|
||||
keyword \\fI*\\fP yellow
|
||||
keyword \\fB*\\fP yellow
|
||||
keyword \\fI*\\fP brightred
|
||||
spellcheck
|
||||
|
||||
# font changes should end in a \fP
|
||||
context exclusive \\fB \\f\{PR\} magenta
|
||||
context exclusive \\fB \\f\{PR\} yellow
|
||||
spellcheck
|
||||
context exclusive \\fI \\f\{PR\} yellow
|
||||
context exclusive \\fI \\f\{PR\} brightred
|
||||
spellcheck
|
||||
context linestart .\\" \n brown
|
||||
spellcheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user