Modula-3 enlightment



See the attached files.

Best regards

Pino

http://www.qsl.net/zp4kfx/Linux
###############################################################################
# file ..\*\\.(m3|i3|ig|mg)$ Modula3\sProgram
context default
    keyword whole PROCEDURE yellow/24
    keyword whole MODULE yellow/24
    keyword whole UNSAFE yellow/24
    keyword whole GENERIC yellow/24
    keyword whole IMPORT yellow/24
    keyword whole AS yellow/24
    keyword whole REVEAL yellow/24
    keyword whole EXPORTS yellow/24
    keyword whole UNTRACED yellow/24
    keyword whole ROOT yellow/24
    keyword whole BRANDED yellow/24
    keyword whole OBJECT yellow/24
    keyword whole OVERRIDES yellow/24
    keyword whole METHODS yellow/24
    keyword whole NIL yellow/24
    keyword whole ANY yellow/24
    keyword whole ASSERT yellow/24
    keyword whole CASE yellow/24
    keyword whole CONST yellow/24
    keyword whole VAR yellow/24
    keyword whole REF yellow/24
    keyword whole BEGIN yellow/24
    keyword whole END yellow/24
    keyword whole DO yellow/24
    keyword whole DOWNTO yellow/24
    keyword whole IF yellow/24
    keyword whole THEN yellow/24
    keyword whole ELSE yellow/24
    keyword whole ELSIF yellow/24
    keyword whole REPEAT yellow/24
    keyword whole UNTIL yellow/24
    keyword whole FROM yellow/24
    keyword whole WITH yellow/24
    keyword whole LOOP yellow/24
    keyword whole EXIT yellow/24
    keyword whole WHILE yellow/24
    keyword whole FOR yellow/24
    keyword whole RETURN yellow/24
    keyword whole LAST yellow/24
    keyword whole INTERFACE yellow/24
    keyword whole EXTERNAL yellow/24
    keyword whole FATAL yellow/24
    keyword whole INLINE yellow/24
    keyword whole EXTERNAL yellow/24
    keyword whole EXCEPTION yellow/24
    keyword whole RAISE yellow/24
    keyword whole RAISES yellow/24
    keyword whole REFANY yellow/24
    keyword whole TRY yellow/24
    keyword whole EXCEPT yellow/24
    keyword whole FINALLY yellow/24
    keyword whole RECORD yellow/24
    keyword whole TYPE yellow/24
    keyword whole TYPECASE yellow/24
    keyword whole ISTYPE yellow/24
    keyword whole TYPECODE yellow/24
    keyword whole UNUSED yellow/24
    keyword whole TEXT yellow/24
    keyword whole READONLY yellow/24
    keyword whole CHAR yellow/24
    keyword whole BITS yellow/24
    keyword whole INTEGER yellow/24
    keyword whole CARDINAL yellow/24
    keyword whole REAL yellow/24
    keyword whole LONGREAL yellow/24
    keyword whole EXTENDED yellow/24
    keyword whole ADDRESS yellow/24
    keyword whole ARRAY yellow/24
    keyword whole SUBARRAY yellow/24
    keyword whole OF yellow/24
    keyword whole SET yellow/24
    keyword whole MUTEX yellow/24
    keyword whole LOCK yellow/24
    keyword whole NEW yellow/24
    keyword whole DISPOSE yellow/24
    keyword whole NULL yellow/24
    keyword whole BOOLEAN yellow/24
    keyword whole FALSE yellow/24
    keyword whole TRUE yellow/24
    keyword whole EVAL yellow/24
    keyword whole FIRST yellow/24
    keyword whole LAST yellow/24
    keyword whole ABS yellow/24
    keyword whole VAL yellow/24
    keyword whole ORD yellow/24
    keyword whole INC yellow/24
    keyword whole DEC yellow/24
    keyword whole DIV yellow/24
    keyword whole MOD yellow/24
    keyword whole NUMBER yellow/24
    keyword whole BITSIZE yellow/24
    keyword whole BYTESIZE yellow/24
    keyword whole ADR yellow/24
    keyword whole ADRSIZE yellow/24
    keyword whole TO yellow/24
    keyword whole NOT yellow/24
    keyword whole AND yellow/24
    keyword whole OR yellow/24
    keyword whole ABS yellow/24
    keyword whole FLOAT yellow/24
    keyword whole FLOOR yellow/24
    keyword whole CEILING yellow/24
    keyword whole ROUND yellow/24
    keyword whole TRUNC yellow/24
    keyword whole MAX yellow/24
    keyword whole MIN yellow/24
    keyword whole IN yellow/24
    keyword whole LOOPHOLE yellow/24
    keyword .. yellow/24

    keyword \(* brown/22
    keyword /*) brown/22

    keyword '+' yellow/24
    keyword > yellow/24
    keyword < yellow/24
    keyword \+ yellow/24
    keyword - yellow/24
    keyword \* yellow/24
    keyword / yellow/24
    keyword | yellow/24
    keyword = yellow/24
    keyword := yellow/24
    keyword != yellow/24
    keyword == yellow/24
    keyword & yellow/24
    keyword { yellow/24
    keyword } yellow/24
    keyword ( yellow/24
    keyword ) yellow/24
    keyword [ yellow/24
    keyword ] yellow/24
    keyword , brightmagenta/19
    keyword : yellow/24
    keyword ; brightmagenta/19
context exclusive (\* \*) brown/22
context linestart % \n brightred/18
    keyword \\\n yellow/24
    keyword /\**\*/ brown/22
    keyword "+" red/19
    keyword <+> red/19
context " " green/6
    keyword \\" brightgreen/16
    keyword %% brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]e brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]E brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]f brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]g brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]G brightgreen/16
    keyword %\[0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]d brightgreen/16
    keyword %\[0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]i brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]o brightgreen/16
    keyword %\[0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]u brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]x brightgreen/16
    keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]X brightgreen/16
    keyword %\[hl\]n brightgreen/16
    keyword %\[.\]\[0123456789\]s brightgreen/16
    keyword %[*] brightgreen/16
    keyword %c brightgreen/16
    keyword \\\\ brightgreen/16

###############################################################################
# This file describes which highlighting scheme is applied to a particular
# file in mcedit.
#
# Each entry consists of two lines: a "file" specification and the
# corresponding highlighting definition ("include"). A file specification
# can have two or three fields, each separated by white-space characters.
#
# The first field is a regular expression that is matched against the file
# name. The second field is a description of the file type and is
# currently unused. The third (optional) field is a regular expression
# that is matched against the first line of the file. The first entry
# that matches wins, that is, all the entries below are ignored.
#
# Certain characters must be quoted in these fields. These are space (\s),
# tabs (\t), backslashes(\\), plus (\+) and asterisk (\*). Braces {} and
# brackets [] must not be quoted in this file.
#
# You can use the following colors in the syntax highlighting files:
# black, blue, brightblue, brightcyan, brightgreen, brightmagenta,
# brightred, brown, cyan, gray, green, lightgray, magenta, red, white,
# yellow
#

file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
include syntax.syntax

file ..\*\\.(e)$ Eiffel\sSource\sFile
include eiffel.syntax

file ..\*\\.(diff|rej|patch)$ Diff\sOutput ^(diff|Index:)\s
include diff.syntax

file ..\*\\.lsm$ LSM\sFile
include lsm.syntax

file ..\*\\.sh$ Shell\sScript ^#!.\*([\s/]([abd-z]?|ba|pdk)sh|@SH@)
include sh.syntax

file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
include perl.syntax

file ..\*\\.(py|PY)$ Python\sProgram ^#!.\*([\s/]python|@PYTHON@)
include python.syntax

file ..\*\\.(rb|RB)$ Ruby\sProgram ^#!.\*([\s/]ruby|@RUBY@)
include ruby.syntax

file ..\*\\.(man|[0-9n]|[0-9](x|ncurses|ssl|p|pm|menu|form|vga|t|td))$ NROFF\sSource
include nroff.syntax


file ..\*\\.(htm|html|HTM|HTML)$ HTML\sFile
include html.syntax

file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
include xml.syntax

file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
include pascal.syntax

file ..\*\\.(m3|i3|ig|mg)$ Modula3\sProgram
include modula3.syntax

file ..\*\\.(ada|adb|ads|ADA|ADB|ADS)$ Ada\sProgram
include ada95.syntax

file ..\*\\.(tcl|itcl|TCL|ITCL)$ Tcl\sProgram
include tcl.syntax

file ..\*\\.(sl|SL)$ S-Lang\sProgram
include slang.syntax

file ..\*\\.tex$ LaTeX\s2.09\sDocument
include latex.syntax

file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
include texinfo.syntax

file ..\*\\.c$ C\sProgram
include c.syntax

file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|h\.in)$ C/C\+\+\sProgram
include cxx.syntax

file ..\*\\.[fF]$ Fortran\sProgram
include fortran.syntax

file ..\*\\.i$ SWIG\sSource
include swig.syntax

file ..\*\\.(php|PHP)[0-9]?$ PHP\sProgram
include php.syntax

file ..\*\\.(java|JAVA|Java|jav)$ Java\sProgram
include java.syntax

file ..\*\\.(cs|CS)$ C\#\sProgram
include cs.syntax

file ..\*\\.(js|JS)$ JavaScript\sProgram
include js.syntax

file ..\*\\.(asax|aspx|ascx|asmx|ashx)$ ASPX\sFile
include aspx.syntax

file ..\*\\.st$ SmallTalk\sProgram
include smalltalk.syntax

file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram
include lisp.syntax

file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram
include ml.syntax

file ..\*\\.m$ Matlab\sor\sOctave\sFile
include octave.syntax

file ..\*\\.(sql|SQL)$ SQL\sProgram
include sql.syntax

file ..\*\\.(spec|spec\.in)$ RPM\sSpecfile
include spec.syntax

file .\*ChangeLog[\\\.A-Za-z0-9_]\*$ GNU\sChangeLog\sFile
include changelog.syntax

file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk)$ Makefile
include makefile.syntax

file (..\*\\.m4$|configure\\.in|configure\\.ac) M4\sMacroprocessor\sSource
include m4.syntax

file ..\*\\.(bat|cmd)$ DOS\sBatch
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 ..\*\\.([lL][uU][aA])$ LUA\sProgram
include lua.syntax

file ..\*\\.([iI][dD][lL])$ CORBA\sIDL
include idl.syntax

file Don_t_match_me Mail\sfolder ^From\s
include mail.syntax

file sources.list$ sources\slist
include debian-sources-list.syntax

file control$ Debian\scontrol\sfile
include debian-control.syntax

file (rules|rocks)$ Debian\srules
include makefile.syntax

file .\*changelog$ Debian\schangelog\sfile
include debian-changelog.syntax

file changelog.Debian$ Debian\schangelog\sfile
include debian-changelog.syntax

file .\* unknown
include unknown.syntax


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]