* syntax/assembler.syntax: Add syntax file for the x86 assembler.

* syntax/povray.syntax: Add syntax file for the POVRay.
        * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
        * syntax/Makefile.am: Likewise.
        * mc.qpg.in: Likewise.
        * NEWS: Likewise.
This commit is contained in:
Andrew V. Samoilov 2005-03-18 10:26:35 +00:00
parent 9bdae2ff7c
commit eadb04b532
5 changed files with 35 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2005-03-18 Mike Gorchak <mike@malva.ua>
* syntax/assembler.syntax: Add syntax file for the x86 assembler.
* syntax/povray.syntax: Add syntax file for the POVRay.
* syntax/Syntax: Add syntax file for x86 assembler and POVRay.
* syntax/Makefile.am: Likewise.
* mc.qpg.in: Likewise.
* NEWS: Likewise.
2005-03-14 Leonard den Ottolander <leonard * den ottolander nl>
* syntax/diff.syntax: Changed default color from gray, which was

16
NEWS
View File

@ -13,6 +13,22 @@ Current
- zipfs can handle zip files that contain pathnames starting
with "./".
Version 4.6.1-pre4.
- Editor.
- Add syntax file for the x86 assembler.
- Add syntax file for the Vision(tm) Ray Tracer.
Version 4.6.1-pre3.
- Core functionality.
- Improve support for tcsh.
- Translations.
- Updated translations: Spain.
Version 4.6.1-pre2.
Release candidate for 4.6.1.

View File

@ -87,6 +87,7 @@
<QPG:Add file="./syntax/Syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/ada95.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/aspx.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/assembler.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/c.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/changelog.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/cs.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
@ -110,6 +111,7 @@
<QPG:Add file="./syntax/perl.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/php.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/po.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/povray.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/python.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/ruby.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
<QPG:Add file="./syntax/sh.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>

View File

@ -2,6 +2,7 @@ SYNTAXFILES = \
Syntax \
ada95.syntax \
aspx.syntax \
assembler.syntax \
c.syntax \
cs.syntax \
changelog.syntax \
@ -25,6 +26,7 @@ SYNTAXFILES = \
perl.syntax \
php.syntax \
po.syntax \
povray.syntax \
python.syntax \
ruby.syntax \
sh.syntax \

View File

@ -125,6 +125,12 @@ include dos.syntax
file ..\*\\.(po|pot|pox)$ PO\sFile
include po.syntax
file ..\*\\.([Aa][Ss][Mm]|s|S)$ ASM\sProgram
include assembler.syntax
file ..\*\\.([Pp][Oo][Vv])$ POV\sScript
include povray.syntax
file Don_t_match_me Mail\sfolder ^From\s
include mail.syntax