mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* makefile.syntax.diff: adds define and ended keyrowrds
* perl.syntax.diff: adds break keyword
This commit is contained in:
parent
ed53105975
commit
c35092fabd
@ -1,3 +1,8 @@
|
||||
2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru>
|
||||
|
||||
* makefile.syntax.diff: adds define and ended keyrowrds
|
||||
* perl.syntax.diff: adds break keyword
|
||||
|
||||
2004-09-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
|
||||
|
@ -2,6 +2,8 @@
|
||||
context default
|
||||
keyword $(*) yellow
|
||||
keyword ${*} brightgreen
|
||||
keyword whole linestart define magenta
|
||||
keyword whole linestart endef magenta
|
||||
keyword whole linestart include magenta
|
||||
keyword whole linestart ifdef magenta
|
||||
keyword whole linestart ifndef magenta
|
||||
|
@ -124,6 +124,7 @@ context default
|
||||
keyword whole goto magenta
|
||||
keyword whole last magenta
|
||||
keyword whole next magenta
|
||||
keyword whole break magenta
|
||||
keyword whole bless magenta
|
||||
keyword whole caller magenta
|
||||
keyword whole import magenta
|
||||
|
Loading…
Reference in New Issue
Block a user