mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* gtkedit/syntax.c: treat *.ads as Ada source
* syntax/ada95.syntax: escape "+" and "*" * syntax/diffc.syntax: removed (obsoleted by diff.syntax) * syntax/Makefile.in: remove diffc.syntax
This commit is contained in:
parent
fff243a9db
commit
6521c7afbd
@ -1,3 +1,10 @@
|
|||||||
|
2000-02-25 Pavel Roskin <pavel_roskin@geocities.com>
|
||||||
|
|
||||||
|
* gtkedit/syntax.c: treat *.ads as Ada source
|
||||||
|
* syntax/ada95.syntax: escape "+" and "*"
|
||||||
|
* syntax/diffc.syntax: removed (obsoleted by diff.syntax)
|
||||||
|
* syntax/Makefile.in: remove diffc.syntax
|
||||||
|
|
||||||
2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
|
2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||||
|
|
||||||
* gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
|
* gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
|
||||||
|
@ -1220,7 +1220,7 @@ char *syntax_text[] = {
|
|||||||
"file ..\\*\\\\.(pp|PP|pas|PAS)$ Pascal\\sProgram",
|
"file ..\\*\\\\.(pp|PP|pas|PAS)$ Pascal\\sProgram",
|
||||||
"include pascal.syntax",
|
"include pascal.syntax",
|
||||||
"",
|
"",
|
||||||
"file ..\\*\\\\.(ada|adb|ADA|ADB)$ Ada\\sProgram",
|
"file ..\\*\\\\.(ada|adb|ads|ADA|ADB|ADS)$ Ada\\sProgram",
|
||||||
"include ada95.syntax",
|
"include ada95.syntax",
|
||||||
"",
|
"",
|
||||||
"file ..\\*\\\\.tex$ LaTeX\\s2.09\\sDocument",
|
"file ..\\*\\\\.tex$ LaTeX\\s2.09\\sDocument",
|
||||||
|
@ -18,7 +18,6 @@ ALLSYNTAX = \
|
|||||||
c.syntax \
|
c.syntax \
|
||||||
changelog.syntax \
|
changelog.syntax \
|
||||||
diff.syntax \
|
diff.syntax \
|
||||||
diffc.syntax \
|
|
||||||
fortran.syntax \
|
fortran.syntax \
|
||||||
html.syntax \
|
html.syntax \
|
||||||
java.syntax \
|
java.syntax \
|
||||||
|
@ -22,11 +22,11 @@ context default
|
|||||||
keyword : brightgreen/6
|
keyword : brightgreen/6
|
||||||
keyword ( brightgreen/6
|
keyword ( brightgreen/6
|
||||||
keyword ) brightgreen/6
|
keyword ) brightgreen/6
|
||||||
keyword + brightgreen/6
|
keyword \+ brightgreen/6
|
||||||
keyword - brightgreen/6
|
keyword - brightgreen/6
|
||||||
keyword / brightgreen/6
|
keyword / brightgreen/6
|
||||||
keyword * brightgreen/6
|
keyword \* brightgreen/6
|
||||||
keyword ** brightgreen/6
|
keyword \*\* brightgreen/6
|
||||||
keyword # brightgreen/6
|
keyword # brightgreen/6
|
||||||
keyword => brightgreen/6
|
keyword => brightgreen/6
|
||||||
keyword , brightgreen/6
|
keyword , brightgreen/6
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
# Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
|
|
||||||
# did thusly spake:
|
|
||||||
|
|
||||||
context default
|
|
||||||
keyword linestart \s black/0 white/26
|
|
||||||
keyword linestart \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* white/26 brightred/18
|
|
||||||
keyword linestart \*\*\**\*\*\*\* white/26 brightcyan/14
|
|
||||||
context linestart diff \n white/26 red/9
|
|
||||||
context linestart --- \n brightmagenta/20
|
|
||||||
context linestart \*\*\* \n brightmagenta/20
|
|
||||||
context linestart + \n green/6
|
|
||||||
context linestart ! \n yellow/24
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user