UltraEdit 高亮wordfile.uew文件 支持 GNU-Makefile & ShellScript 附加部分

来源:互联网 发布:淘宝上卖假药怎么投诉 编辑:程序博客网 时间:2024/05/23 14:11

/L14"GNU Makefiles" Line Comment = # String Chars = "' File Extensions = MAK MK
/Delimiters = ~!&+=|//{}[];"'()> ,
/Marker Characters = "()"
/C1"Variables"
$% $* $< $? $@ $^
%D %F
*D *F
<D <F
?D ?F
@D @F
MAKE MAKEFILES MAKEFLAGS MAKELEVEL MFLAGS
SHELL SUFFIXES
VPATH
^D ^F
vpath
/C2"Targets"
.DEFAULT .EXPORT_ALL_VARIABLES .IGNORE .PHONY .PRECIOUS .SILENT .SUFFIXES
/C3"Functions"
addprefix addsuffix
basename
dir
filter filter-out findstring firstword foreach
join
notdir
origin
patsubst
shell sort strip subst suffix
wildcard word words
/C4"Directives"
define
else endef endif export
ifdef ifeq ifndef ifneq include
override
unexport
/C5"Conventional"
ALL_CFLAGS AR ARFLAGS AS ASFLAGS
CC CFLAGS CO COFLAGS CPP CPPFLAGS CTANGLE CWEAVE CXX CXXFLAGS
FC FFLAGS FORCE
GET GFLAGS
INSTALL_DATA INSTALL_PROGRAM
LD LDFLAGS LEX LFLAGS
MAKEINFO
PC PFLAGS
RFLAGS RM
TAGS TANGLE TEX TEXI2DVI
WEAVE
YACC YACCR YFLAGS
all
bindir
check clean clobber
datadir dist distclean dvi
exec_prefix
includedir info infodir install installcheck installdirs
libdir
man0dir man0ext man1dir man1ext man2dir man2ext man3dir man3ext man4dir man4ext man5dir man5ext man6dir man6ext man7dir man7ext man8dir man8ext man9dir man9ext mandir manext mostlyclean
oldincludedir
prefix print
realclean
shar srcdir statedir
tar test
uninstall

/L15"GNU Makefiles Shell" Line Comment = # String Chars = "' File Extensions = MAK MK sh ksh csh SH KSH CSH
/Delimiters = ~%^+|//{}:;"'` , .
/Function String = "%[a-zA-Z_]*)"
/Indent Strings = "{" "if" "then" "for" "while" "do" "case" "function"
/Unindent Strings = "}" "else" "fi" "endif" "done" "esac" "exit" "return"
/C1"Variables"
$% $* $< $? $@ $^
%D %F
*D *F
<D <F
?D ?F
@D @F
MAKE MAKEFILES MAKEFLAGS MAKELEVEL MFLAGS
SHELL SUFFIXES
VPATH
^D ^F
vpath
/C2"Targets"
.DEFAULT .EXPORT_ALL_VARIABLES .IGNORE .PHONY .PRECIOUS .SILENT .SUFFIXES
/C3"Functions"
addprefix addsuffix
basename
dir
filter filter-out findstring firstword foreach
join
notdir
origin
patsubst
shell sort strip subst suffix
wildcard word words
/C4"Directives"
define
else endef endif export
ifdef ifeq ifndef ifneq include
override
unexport
/C5"Conventional"
ALL_CFLAGS AR ARFLAGS AS ASFLAGS
CC CFLAGS CO COFLAGS CPP CPPFLAGS CTANGLE CWEAVE CXX CXXFLAGS
FC FFLAGS FORCE
GET GFLAGS
INSTALL_DATA INSTALL_PROGRAM
LD LDFLAGS LEX LFLAGS
MAKEINFO
PC PFLAGS
RFLAGS RM
TAGS TANGLE TEX TEXI2DVI
WEAVE
YACC YACCR YFLAGS
all
bindir
check clean clobber
datadir dist distclean dvi
exec_prefix
includedir info infodir install installcheck installdirs
libdir
man0dir man0ext man1dir man1ext man2dir man2ext man3dir man3ext man4dir man4ext man5dir man5ext man6dir man6ext man7dir man7ext man8dir man8ext man9dir man9ext mandir manext mostlyclean
oldincludedir
prefix print
realclean
shar srcdir statedir
tar test
uninstall
/C6"COMMAND"
alias admin apropos ar as at atq atrm awk
banner basename batch bc bdiff bfs bg break
cal calendar cancel cat cb cc cd cdc cflow chgrp chmod chown
clear cmp col comb comm compress continue cp cpio crontab crypt cscope
csh csplit ctags ctrace cu cut cxref
date dbx dc dd delta deroff df diff diff3 dircmp dirname dis download
dpost du
echo ed edit egrep env ed edpr eval exec exstr exit export
face factor false fg fgrep file find finger fmli fmt fmtmsg fold ftp function
gcore gencat get getopts gettxt gprof grep groups
hash head help hostid hostname
iconv id install ipcrm ipcs ismpx
join jsh jterm jobs jwin
keylogin keylogout kill ksh
layers ld ldd lex line lint ln login logname lorder lp lpq lpr lprm lprof
lpstat lptest ls lsm4
mail mailalias mailx make makekey man mcs mesg mkdir mkmsgs more mv
nawk newform newgrp news nice nl nm nohup notify nroff
od openwin
pack page passwd paste pcat pg pic pr printenv printf prof prs ps ptx pwd
rcp read readonly red regcmp relogin reset return rksh rlogin rm rmdel rmdir
rsh ruptime rwho
sact sccs sccsdiff sdb sdiff sed select set sh shl shift shutdown size
sleep soelim sort spell split srchtxt strings strip stop stty su sum suspend
tabs tail talk tar tbl tee telnet test time timex touch tput tr trap troff true
truss tset tsort tty type typeset
ulimit umask uname uncompress unget uniq unit unpack unset uptime users uucp
uudecode uuencode uuglist uulog uunmae uupick uustat uuto uux
vacation val vc vedit vi view
w wait wall wc what whatis which who whoami write
xargs
yacc
zcat
/C7"SPECIAL VARIABLES"
CDPATH
DEBUG
DIR DIR_LIST
EDITOR
FILE_NAME FILENAME
HOME
IFS
LANG
MAIL MAILCHECK MAILPATH
OLDPWD
PATH PPID PS1 PS2 PS3
REPLY
SAVE_STS SAVE_LST SHACCT SHELL SOURCE SOURCE_LIST
TERM
/C8"CONTROL COMMANDS"
case
do done
elif else esac endif
fi for
if
in
then
until
while
/C9
! !=
%
& &&
((
))
+
-
// /
<=
= =>
[[
]]
^
/C10"I/O REDIRECTION OPERATORS"
> >> >&
< << <&
|
/C11"SPECIAL PARAMETERS"
$# $- $? $! $* $@ $$
$0 $1 $2 $3 $4 $5 $6 $7 $8 $9
/C7"CONDITIONAL PARAMETER"
-a -o -eq -ne -le -lt -ge -gt -b -c -d -f -g -k -l -p -r -s -S -t -u -w -x -n -z

/L16"UNIX Shell Scripts" Line Comment = #  Escape Char = / String Chars = "'` File Extensions = sh ksh csh SH KSH CSH
/Delimiters = ~%^+|//{}:;"'` , .
/Function String = "%[a-zA-Z_]*)"
/Indent Strings = "{" "if" "then" "for" "while" "do" "case" "function"
/Unindent Strings = "}" "else" "fi" "endif" "done" "esac" "exit" "return"
/C1"COMMAND"
alias admin apropos ar as at atq atrm awk
banner basename batch bc bdiff bfs bg break
cal calendar cancel cat cb cc cd cdc cflow chgrp chmod chown
clear cmp col comb comm compress continue cp cpio crontab crypt cscope
csh csplit ctags ctrace cu cut cxref
date dbx dc dd delta deroff df diff diff3 dircmp dirname dis download
dpost du
echo ed edit egrep env ed edpr eval exec exstr exit export
face factor false fg fgrep file find finger fmli fmt fmtmsg fold ftp function
gcore gencat get getopts gettxt gprof grep groups
hash head help hostid hostname
iconv id install ipcrm ipcs ismpx
join jsh jterm jobs jwin
keylogin keylogout kill ksh
layers ld ldd lex line lint ln login logname lorder lp lpq lpr lprm lprof
lpstat lptest ls lsm4
mail mailalias mailx make makekey man mcs mesg mkdir mkmsgs more mv
nawk newform newgrp news nice nl nm nohup notify nroff
od openwin
pack page passwd paste pcat pg pic pr printenv printf prof prs ps ptx pwd
rcp read readonly red regcmp relogin reset return rksh rlogin rm rmdel rmdir
rsh ruptime rwho
sact sccs sccsdiff sdb sdiff sed select set sh shl shift shutdown size
sleep soelim sort spell split srchtxt strings strip stop stty su sum suspend
tabs tail talk tar tbl tee telnet test time timex touch tput tr trap troff true
truss tset tsort tty type typeset
ulimit umask uname uncompress unget uniq unit unpack unset uptime users uucp
uudecode uuencode uuglist uulog uunmae uupick uustat uuto uux
vacation val vc vedit vi view
w wait wall wc what whatis which who whoami write
xargs
yacc
zcat
/C2"SPECIAL VARIABLES"
CDPATH
DEBUG
DIR DIR_LIST
EDITOR
FILE_NAME FILENAME
HOME
IFS
LANG
MAIL MAILCHECK MAILPATH
OLDPWD
PATH PPID PS1 PS2 PS3
REPLY
SAVE_STS SAVE_LST SHACCT SHELL SOURCE SOURCE_LIST
TERM
/C3"CONTROL COMMANDS"
case
do done
elif else esac endif
fi for
if
in
then
until
while
/C4
! !=
%
& &&
((
))
+
-
// /
<=
= =>
[[
]]
^
/C8"I/O REDIRECTION OPERATORS"
> >> >&
< << <&
|
/C6"SPECIAL PARAMETERS"
$# $- $? $! $* $@ $$
$0 $1 $2 $3 $4 $5 $6 $7 $8 $9
/C7"CONDITIONAL PARAMETER"
-a -o -eq -ne -le -lt -ge -gt -b -c -d -f -g -k -l -p -r -s -S -t -u -w -x -n -z

/L17"Python 2.3" PYTHON_LANG Line Comment = #  Escape Char = / File Extensions = PY PYW
/Indent Strings = ":"
/Function String 1 = "%[ ,^t]++def[ ]+^([a-zA-Z0-9_]+*^):"
/Function String 2 = "%[ ,^t]++^(class[ ]+[a-zA-Z0-9_]+*^):"
/Delimiters =  []{}()"',:
/C1"Reserved Words"
and as assert
break
class continue
def del
elif else except exec
finally for from
global
if import in is
lambda
not
or object
pass print
raise range return
try
yield
while
/C2"Built-in Functions"
__import__
abs apply
basestring bool buffer
callable chr classmethod cmp coerce compile complex
delattr dict dir divmod
enumerate eval execfile
Ellipsis
file filter float
False
getattr globals
hasattr hash help hex
id input int intern isinstance issubclass iter
len list locals long
map max min
None NotImplemented
oct open ord
pow property
raw_input reduce reload repr round
setattr slice staticmethod sum super str
tuple type
True
unichr unicode
vars
xrange
zip
/C3"__Methods__"
__abs__ __add__ __and__
__call__ __cmp__ __coerce__
__del__ __delattr__ __delitem__ __delslice__ __div__ __divmod__
__float__
__getattr__ __getitem__ __getslice__
__hash__ __hex__
__iadd__ __isub__ __imod__ __idiv__ __ipow__ __iand__ __ior__ __ixor__
__ilshift__ __irshift__
__invert__ __int__ __init__
__len__ __long__ __lshift__
__mod__ __mul__
__neg__ __nonzero__
__oct__ __or__
__pos__ __pow__
__radd__ __rdiv__ __rdivmod__ __rmod__ __rpow__ __rlshift__ __rrshift__
__rshift__ __rsub__ __rmul__ __repr__
__rand__ __rxor__ __ror__
__setattr__ __setitem__ __setslice__ __str__ __sub__
__xor__
/C4"__Attributes__"
__author__
__bases__
__class__
__dict__ __doc__
__email__
__members__ __methods__
__name__
__slots__
__version__
/C5"Exceptions"
ArithmeticError AssertionError AttributeError
DeprecationWarning
EnvironmentError EOFError Exception
FloatingPointError FutureWarning
ImportError IndentationError IndexError IOError
KeyboardInterrupt KeyError
LookupError
MemoryError
NameError NotImplementedError
OSError OverflowWarning OverflowError
PendingDeprecationWarning
ReferenceError RuntimeError RuntimeWarning
StandardError StopIteration SyntaxError SyntaxWarning SystemError SystemExit
TabError TypeError
UnboundLocalError UnicodeError UnicodeDecodeError UnicodeEncodeError UnicodeTranslateError UserWarning
ValueError
Warning WindowsError
ZeroDivisionError
/C6"Operators"
+=
-=
%=
// /=
**=
&=
|=
^=
>>=
<<=
/C7"Common Libs"
__builtin__
__future__
__main__
_winreg
aepack aetools aetypes aifc al anydbm applesingle array asynchat asyncore atexit audioop autoGIL
AL AST
base64 binascii binhex bisect bsddb buildtools bz2
BaseHTTPServer Bastion
calendar cd cfmfile cgi cgitb chunk cmath cmd code codecs codeop colorsys commands compileall compiler copy copy_reg cPickle crypt cStringIO csv curses
Carbon CGIHTTPServer ColorPicker ConfigParser Cookie
datetime dbhash dbm difflib dircache dis distutils dl doctest dumbdbm dummy_thread dummy_threading
DEVICE DocXMLRPCServer
email encodings errno exceptions
EasyDialogs
fcntl filecmp fileinput findertools fl flp fm fnmatch formatter fpectl fpformat ftplib
FL FrameWork
gc gdbm gensuitemodule getopt getpass gettext gl glob gopherlib grp gzip
GL
heapq hmac hotshot htmlentitydefs htmllib httplib
HTMLParser
ic icopen imageop imaplib imgfile imghdr imp inspect itertools
jpeg
keyword
linecache locale logging
mac macerrors macfs macostools macpath macresource mailbox mailcap marshal math md5 mhlib mimetools mimetypes mimify mkcwproject mmap mpz msvcrt multifile mutex
MacOS MimeWriter MiniAEFrame
netrc new nis nntplib nsremote
Nac
operator optparse os os ossaudiodev
parser pdb pgdb pickle pipes pkgutil popen2 poplib posix posixfile pprint preferences profile pstats pty pwd py_compile py_resource pyclbr pydoc pythonprefs
PixMapWrapper
quietconsole quopri
Queue
random re readline resource rexec rfc822 rgbimg rlcompleter robotparser rotor
sched select sets sgmllib sha shelve shlex shutil signal site smtplib sndhdr socket stat statcache statvfs string stringprep struct sunau sunaudiodev symbol sys syslog
ScrolledText SimpleHTTPServer SimpleXMLRPCServer SocketServer SUNAUDIODEV StringIO
tabnanny tarfile telnetlib tempfile termios test test.test_support textwrap thread threading time timeit token tokenize traceback tty turtle types
TERMIOS Tix Tkinter
unicodedata unittest urllib urllib2 urlparse user uu
UserDict UserList UserString
videoreader
warnings waste wave weakref webbrowser whichdb whrandom winsound
xdrlib xml xmllib xmlrpclib xreadlines
zipfile zlib
/C8"Others"
array
cls
fnmatch
struct self

原创粉丝点击