Am 2009-05-13 15:29:38, schrieb Denis Briand:
> tags 501455 moreinfo
> stop 
> 
> Hello Michelle,
> I think the css.syntax file is missing ^^

Oops...

attached.

In case of problems you can find my "Midnight Commander" stuff here:

    <http://devel.debian.tamay-dogan.net/?what=misc&section=mc>

> please send us it again.

Done.

Greetings
    Michelle
#  Cascading Style Sheet (CSS) definition
#  Created by Michelle Konzack <linux4miche...@tamay-dogan.net>
#  This definition is under the GNU GPL version 3.0.

context default
    keyword #*\s                brightmagenta/17
    keyword ^.*\s               yellow/17
    keyword ^\*\s               brightcyan/17
    keyword .*\s                brightgreen/17
    keyword :*\s                brightblue/17
    keyword {                   brightred
    keyword }                   brightred

    keyword whole a             brightcyan/17
    keyword whole address       brightcyan/17
    keyword whole applet        brightcyan/17
    keyword whole area          brightcyan/17
    keyword whole b             brightcyan/17
    keyword whole base          brightcyan/17
    keyword whole basefont      brightcyan/17
    keyword whole big           brightcyan/17
    keyword whole blockquote    brightcyan/17
    keyword whole body          brightcyan/17
    keyword whole br            brightcyan/17
    keyword whole button        brightcyan/17
    keyword whole caption       brightcyan/17
    keyword whole center        brightcyan/17
    keyword whole cite          brightcyan/17
    keyword whole code          brightcyan/17
    keyword whole dd            brightcyan/17
    keyword whole dl            brightcyan/17
    keyword whole dir           brightcyan/17
    keyword whole div           brightcyan/17
    keyword whole dt            brightcyan/17
    keyword whole em            brightcyan/17
    keyword whole font          brightcyan/17
    keyword whole form          brightcyan/17
    keyword whole frame         brightcyan/17
    keyword whole frameset      brightcyan/17
    keyword whole h1            brightcyan/17
    keyword whole h2            brightcyan/17
    keyword whole h3            brightcyan/17
    keyword whole h4            brightcyan/17
    keyword whole h5            brightcyan/17
    keyword whole h6            brightcyan/17
    keyword whole h7            brightcyan/17
    keyword whole head          brightcyan/17
    keyword whole hr            brightcyan/17
    keyword whole html          brightcyan/17
    keyword whole i             brightcyan/17
    keyword whole img           brightcyan/17
    keyword whole input         brightcyan/17
    keyword whole link          brightcyan/17
    keyword whole li            brightcyan/17
    keyword whole meta          brightcyan/17
    keyword whole ol            brightcyan/17
    keyword whole p             brightcyan/17
    keyword whole pre           brightcyan/17
    keyword whole script        brightcyan/17
    keyword whole small         brightcyan/17
    keyword whole span          brightcyan/17
    keyword whole strong        brightcyan/17
    keyword whole table         brightcyan/17
    keyword whole tbody         brightcyan/17
    keyword whole td            brightcyan/17
    keyword whole tfoot         brightcyan/17
    keyword whole thead         brightcyan/17
    keyword whole title         brightcyan/17
    keyword whole tr            brightcyan/17
    keyword whole tt            brightcyan/17
    keyword whole u             brightcyan/17
    keyword whole ul            brightcyan/17
    keyword whole @import       white
    keyword whole url(*)        red

context /\* \*/ brown

context exclusive { }           
    keyword whole url(*)                red
    keyword background:                 yellow/24
    keyword background-color:           yellow/24
    keyword background-image:           yellow/24
    keyword background-position:        yellow/24
    keyword background-repeat:          yellow/24
    keyword border:                     yellow/24
    keyword border-bottom:              yellow/24
    keyword border-collapse:            yellow/24
    keyword border-color:               yellow/24
    keyword border-left:                yellow/24
    keyword border-right:               yellow/24
    keyword border-spacing:             yellow/24
    keyword border-style:               yellow/24
    keyword border-top:                 yellow/24
    keyword bottom:                     yellow/24
    keyword clear:                      yellow/24
    keyword color:                      yellow/24
    keyword display:                    yellow/24
    keyword empty-cells:                yellow/24
    keyword float:                      yellow/24
    keyword font-family:                yellow/24
    keyword font-size:                  yellow/24
    keyword font-style:                 yellow/24
    keyword font-weight:                yellow/24
    keyword height:                     yellow/24
    keyword left:                       yellow/24
    keyword line-height:                yellow/24
    keyword list-style-image:           yellow/24
    keyword list-style-position:        yellow/24
    keyword list-style-type:            yellow/24
    keyword margin:                     yellow/24
    keyword margin-bottom:              yellow/24
    keyword margin-left:                yellow/24
    keyword margin-right:               yellow/24
    keyword margin-top:                 yellow/24
    keyword max-height:                 yellow/24
    keyword max-width:                  yellow/24
    keyword min-height:                 yellow/24
    keyword min-width:                  yellow/24
    keyword noshade:                    yellow/24
    keyword padding:                    yellow/24
    keyword padding-bottom:             yellow/24
    keyword padding-left:               yellow/24
    keyword padding-right:              yellow/24
    keyword padding-top:                yellow/24
    keyword position:                   yellow/24
    keyword right:                      yellow/24
    keyword text-align:                 yellow/24
    keyword vertical-align:             yellow/24
    keyword top:                        yellow/24
    keyword width:                      yellow/24

    keyword -moz-border-radius-topleft:         yellow/24
    keyword -moz-border-radius-topright:        yellow/24
    keyword -moz-border-radius-bottomleft:      yellow/24
    keyword -moz-border-radius-bottomright:     yellow/24

    keyword -webkit-border-radius-topleft:      yellow/24
    keyword -webkit-border-radius-topright:     yellow/24
    keyword -webkit-border-radius-bottomleft:   yellow/24
    keyword -webkit-border-radius-bottomright:  yellow/24

# syntax rules version 63
# (after the slash is a Cooledit color, 0-26 or any of the X colors in rgb.txt)
# black
# red
# green
# brown
# blue
# magenta
# cyan
# lightgray
# gray
# brightred
# brightgreen
# yellow
# brightblue
# brightmagenta
# brightcyan
# white
# 
# 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

########################################################################
#  
#  Michelles stuff
#  
########################################################################

file ..\*\\.css$ Cascading\sStyle\sSheet
include css.syntax

file \.procmailrc$ Procmail\sRC\sFile ^#/usr/bin/procmail
include procmail.syntax

file \.procmail.log$ Procmail\sLog\sFile ^#procmail.log
include procmaillog.syntax

#file ..\*\\.(S|asm)$ Assembler\sSource
#include asm.syntax

file 
.\*(bash_completion|profile|\\.(sh|bash_login|bash_profile|bash_logout|bash_aliases|bash_exports|bash_history|bash_userstuff|bashrc|profile))$
 Shell\sScript ^#!\s\*/.\*/(k|ba||pdk|z)sh
include sh.syntax

file .\tdfvwm-menu-+ Menu\sMethods ^#!/usr/(s|)bin/install-menu
include menu-methods.syntax

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

file Don_t_match_me Mail\sfolder 
^(From|Return-(p|P)ath:|From:|Date:|Received:)\s
include mail.syntax

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

file ..\*\\.(man|[0-9])(|x|n|pm|tcl|ssl)(|\\.gz)$ NROFF\sSource
include nroff.syntax

file .\*\\.changes$ Debian\schanges\sfile
include debian-control.syntax

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

#file ..\*\\.(js|JS)$ JavaScript\sProgram
#include js.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 ..\*\\.(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

#context default
#    keyword whole spellch\eck yellow/24
#    keyword whole keyw\ord yellow/24
#    keyword whole whole\[\t\s\]l\inestart brightcyan/17
#    keyword whole whole\[\t\s\]l\inestart brightcyan/17
#    keyword whole wh\oleleft\[\t\s\]l\inestart brightcyan/17
#    keyword whole wh\oleright\[\t\s\]l\inestart brightcyan/17
#    keyword whole l\inestart\[\t\s\]wh\ole
#    keyword whole l\inestart\[\t\s\]wh\ole
#    keyword whole l\inestart\[\t\s\]wh\oleleft
#    keyword whole l\inestart\[\t\s\]wh\oleright
#    keyword wholeleft whole\s brightcyan/17
#    keyword wholeleft whole\t brightcyan/17
#    keyword whole wh\oleleft brightcyan/17
#    keyword whole wh\oleright brightcyan/17
#    keyword whole lin\[e\]start brightcyan/17
#    keyword whole c\ontext\[\t\s\]exclusive brightred/18
#    keyword whole c\ontext\[\t\s\]default brightred/18
#    keyword whole c\ontext brightred/18
#    keyword whole wh\olechars\[\t\s\]left brightcyan/17
#    keyword whole wh\olechars\[\t\s\]right brightcyan/17
#    keyword whole wh\olechars brightcyan/17
#    keyword whole f\ile brightgreen/6
#    keyword whole in\clude brightred/18

#    keyword whole 0 lightgray/0        blue/26
#    keyword whole 1 lightgray/1        blue/26
#    keyword whole 2 lightgray/2        blue/26
#    keyword whole 3 lightgray/3        blue/26
#    keyword whole 4 lightgray/4        blue/26
#    keyword whole 5 lightgray/5        blue/26
#    keyword whole 6 lightgray/6
#    keyword whole 7 lightgray/7
#    keyword whole 8 lightgray/8
#    keyword whole 9 lightgray/9
#    keyword whole 10 lightgray/10
#    keyword whole 11 lightgray/11
#    keyword whole 12 lightgray/12
#    keyword whole 13 lightgray/13
#    keyword whole 14 lightgray/14
#    keyword whole 15 lightgray/15
#    keyword whole 16 lightgray/16
#    keyword whole 17 lightgray/17
#    keyword whole 18 lightgray/18
#    keyword whole 19 lightgray/19
#    keyword whole 20 lightgray/20
#    keyword whole 21 lightgray/21
#    keyword whole 22 lightgray/22
#    keyword whole 23 lightgray/23
#    keyword whole 24 lightgray/24
#    keyword whole 25 lightgray/25
#    keyword whole 26 lightgray/26

#    keyword wholeleft black black/0
#    keyword wholeleft red red/DarkRed
#    keyword wholeleft green green/green3
#    keyword wholeleft brown brown/saddlebrown
#    keyword wholeleft blue blue/blue3
#    keyword wholeleft magenta magenta/magenta3
#    keyword wholeleft cyan cyan/cyan3
#    keyword wholeleft lightgray lightgray/lightgray
#    keyword wholeleft gray gray/gray
#    keyword wholeleft brightred brightred/red
#    keyword wholeleft brightgreen brightgreen/green1
#    keyword wholeleft yellow yellow/yellow
#    keyword wholeleft brightblue brightblue/blue1
#    keyword wholeleft brightmagenta brightmagenta/magenta
#    keyword wholeleft brightcyan brightcyan/cyan1
#    keyword wholeleft white white/26

#context linestart # \n brown/22

#file .\* unknown
#include unknown.syntax

Attachment: signature.pgp
Description: Digital signature

Reply via email to