0

Update to 7.1

This commit is contained in:
Rei
2012-08-14 22:13:27 +08:00
parent c48a19bb3f
commit 7d6da30689
84 changed files with 4179 additions and 2385 deletions

View File

@@ -39,7 +39,6 @@ Ruby ("ruby"):
title name of a function or a class inside a header
parent name of a parent class
symbol symbol
instancevar instance variable
Perl ("perl"):
@@ -124,6 +123,18 @@ CSS ("css"):
params everything between "(" and ")" within a function
important "!important" symbol
Markdown ("markdown"):
header header
bullet list bullet
emphasis emphasis
strong strong emphasis
blockquote blockquote
code code
horizontal_rule horizontal rule
link_label link label
link_url link url
Django ("django"):
keyword HTML tag in HTML, default tags and default filters in templates
@@ -138,7 +149,15 @@ Django ("django"):
filter filter from "|" till the next filter or the end of tag
argument filter argument
Javascript ("javascript"):
JSON ("json"):
number number
literal "true", "false" and "null"
string string value
attribute name of an object property
value value of an object property
JavaScript ("javascript"):
keyword keyword
comment comment
@@ -148,7 +167,36 @@ Javascript ("javascript"):
regexp regular expression
function header of a function
title name of a function inside a header
params everything inside parentheses in a function's header
params parentheses and everything inside them in a function's header
CoffeeScript ("coffeescript"):
keyword keyword
comment comment
number number
literal special literal: "true", "false" and "null"
string string
regexp regular expression
function header of a function
title name of a function variable inside a header
params parentheses and everything inside them in a function's header
ActionScript ("actionscript"):
comment comment
string string
number number
keyword keywords
literal literal
reserved reserved keyword
title name of declaration (package, class or function)
preprocessor preprocessor directive (import, include)
type type of returned value (for functions)
package package (named or not)
class class/interface
function function
param params of function
rest_arg rest argument of function
VBScript ("vbscript"):
@@ -158,6 +206,14 @@ VBScript ("vbscript"):
comment comment
built_in built-in function
HTTP ("http"):
request first line of a request
status first line of a response
attribute header name
string header value or query string in a request line
number status code
Lua ("lua"):
keyword keyword
@@ -212,6 +268,7 @@ Objective C ("objectivec"):
comment comment
preprocessor preprocessor directive
class interface/implementation, protocol and forward class declaration
variable properties and struct accesors
Vala ("vala"):
@@ -231,6 +288,15 @@ C# ("cs"):
comment commment
xmlDocTag xmldoc tag ("///", "<!--", "-->", "<..>")
D language ("d"):
comment comment
string string constant
number number
keyword language keywords (including @attributes)
constant true false null
built_in built-in plain types (int, string etc.)
RenderMan RSL ("rsl"):
keyword keyword
@@ -291,6 +357,16 @@ Lisp ("lisp"):
body remainder of the non-quoted list
quoted quoted list, both "(quote .. )" and "'(..)"
Clojure ("clojure"):
comment comments and hints
string string
number number
collection collections
attribute :keyword
title function name (built-in or user defined)
built_in built-in function name
Ini ("ini"):
title title of a section
@@ -311,12 +387,13 @@ Apache ("apache"):
Nginx ("nginx"):
keyword keyword
title directive title
string string
number number
comment comment
built_in built-in constant
variable $-variable
regexp regexp
Diff ("diff"):
@@ -394,6 +471,8 @@ VHDL ("vhdl")
string string
comment commment
literal signal logical value
typename typename
attribute signal attribute
Parser3 ("parser3"):
@@ -416,13 +495,13 @@ TeX ("tex"):
Haskell ("haskell"):
keyword keyword
built_in built-in typeclass/functions (Bool, Int)
number number
string string
comment comment
class type classes and other data types
title function name
label type class name
type type class name
typedef definition of types (type, newtype, data)
Erlang ("erlang"):
@@ -435,3 +514,40 @@ Erlang ("erlang"):
variable variable (starts with capital letter or with _)
pp.keywords module's attribute (-attribute)
function_name atom or atom:atom in case of function call
Rust ("rust"):
comment comment
string string
number number
keyword keyword
title name of declaration
preprocessor preprocessor directive
Matlab ("matlab"):
comment comment
string string
number number
keyword keyword
title function name
function function
param params of function
R ("r"):
comment comment
string string constant
number number
keyword language keywords (function, if) plus "structural"
functions (attach, require, setClass)
literal special literal: TRUE, FALSE, NULL, NA, etc.
OpenGL Shading Language ("glsl"):
comment comment
number number
preprocessor preprocessor directive
keyword keyword
built_in GLSL built-in functions and variables
literal true false