mirror of https://github.com/MidnightCommander/mc
* syntax/ada95.syntax: Highlight "then" and "else".
From Victor Porton <porton@ex-code.com>. Higlight "exit".
This commit is contained in:
parent
2a63d42f09
commit
113eb6f664
|
@ -1,3 +1,9 @@
|
|||
2002-11-07 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* syntax/ada95.syntax: Highlight "then" and "else".
|
||||
From Victor Porton <porton@ex-code.com>.
|
||||
Higlight "exit".
|
||||
|
||||
2002-11-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/edit.indent.rc: Remove all options for indent and add a
|
||||
|
|
|
@ -36,9 +36,12 @@ context default
|
|||
|
||||
keyword whole begin brightred
|
||||
keyword whole end brightred
|
||||
keyword whole exit brightred
|
||||
keyword whole for brightred
|
||||
keyword whole while brightred
|
||||
keyword whole if brightred
|
||||
keyword whole then brightred
|
||||
keyword whole else brightred
|
||||
keyword whole case brightred
|
||||
keyword whole when brightred
|
||||
keyword whole elsif brightred
|
||||
|
@ -64,4 +67,3 @@ context default
|
|||
context exclusive -- \n brown
|
||||
context " " green/green
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue