예제 #1
0
    "cffile cfflush cfform cfformgroup cfformitem cfftp cffunction "
    "cfgrid cfgridcolumn cfgridrow cfgridupdate cfheader cfhtmlhead "
    "cfhttp cfhttpparam cfif cfimport cfinclude cfindex cfinput "
    "cfinsert cfinvoke cfinvokeargument cfldap cflocation cflock cflog "
    "cflogin cfloginuser cflogout cfloop cfmail cfmailparam cfmailpart "
    "cfmodule cfNTauthenticate cfobject cfobjectcache cfoutput cfparam "
    "cfpop cfprocessingdirective cfprocparam cfprocresult cfproperty "
    "cfquery cfqueryparam cfregistry cfreport cfreportparam cfrethrow "
    "cfreturn cfsavecontent cfschedule cfscript cfsearch cfselect cfset "
    "cfsetting cfsilent cfslider cfstoredproc cfswitch cftable "
    "cftextarea cfthrow cftimer cftrace cftransaction cftree cftreeitem "
    "cftry cfupdate cfwddx cfxml")

# JavaScript Keywords (see javascript.py)
import javascript
JS_KEYWORDS = (1, javascript.KeywordString(synglob.ID_LANG_JS))

# VBScript Keywords (currently unsupported)
VBS_KEYWORDS = (2, "")

# Python Keywords (see python.py)
PY_KEYWORDS = (3, "")

# PHP Keywords (see php.py)
# This module is loaded for files with a .html/htm extension so it is assumed
# that there is no php in the file. On the other hand the php module loads
# this module so that it can support embedded html. This behavior may be changed
# in the future

# XML Keywords (see xml.py)
# XML files are handled independantly from html although there is support for
예제 #2
0
           "cffile cfflush cfform cfformgroup cfformitem cfftp cffunction "
           "cfgrid cfgridcolumn cfgridrow cfgridupdate cfheader cfhtmlhead "
           "cfhttp cfhttpparam cfif cfimport cfinclude cfindex cfinput "
           "cfinsert cfinvoke cfinvokeargument cfldap cflocation cflock cflog "
           "cflogin cfloginuser cflogout cfloop cfmail cfmailparam cfmailpart "
           "cfmodule cfNTauthenticate cfobject cfobjectcache cfoutput cfparam "
           "cfpop cfprocessingdirective cfprocparam cfprocresult cfproperty "
           "cfquery cfqueryparam cfregistry cfreport cfreportparam cfrethrow "
           "cfreturn cfsavecontent cfschedule cfscript cfsearch cfselect cfset "
           "cfsetting cfsilent cfslider cfstoredproc cfswitch cftable "
           "cftextarea cfthrow cftimer cftrace cftransaction cftree cftreeitem "
           "cftry cfupdate cfwddx cfxml")

# JavaScript Keywords (see javascript.py)
import javascript
JS_KEYWORDS = (1, javascript.KeywordString())

# VBScript Keywords (currently unsupported)
VBS_KEYWORDS = (2, "")

# Python Keywords (see python.py)
PY_KEYWORDS = (3, "")

# PHP Keywords (see php.py)
# This module is loaded for files with a .html/htm extension so it is assumed
# that there is no php in the file. On the other hand the php module loads
# this module so that it can support embedded html. This behavior may be changed
# in the future

# XML Keywords (see xml.py)
# XML files are handled independantly from html although there is support for