43 'LANG_NAME' =>
'Julia',
44 'COMMENT_SINGLE' => array(1 =>
'#'),
45 'COMMENT_MULTI' => array(),
48 'QUOTEMARKS' => array(
'"""',
'"',
"'"),
49 'ESCAPE_CHAR' =>
'\\',
56 'function',
'global',
'for',
'end',
'while',
'if',
'else',
'elseif',
'break',
57 'switch',
'case',
'otherwise',
'try',
'catch',
'const',
'immutable',
58 'import',
'importall',
'export',
'type',
'typealias',
'return',
'true',
59 'false',
'macro',
'quote',
'in',
'abstract',
'module',
'using',
'continue',
60 'ifelse',
'do',
'eval',
'let',
'finally',
'throw' 67 'Array',
'String',
'Bool',
'Number',
'Int',
'Integer',
'Real',
'Complex',
68 'FloatingPoint',
'Float64',
'Float32',
'Int8',
'Int16',
'Int32',
'Int64',
69 'Rational',
'AbstractArray',
'Unsigned',
'Signed',
'Uint',
'Uint8',
'Uint16',
70 'Uint32',
'Uint64',
'Vector',
'AbstractVector',
'Matrix',
'AbstractMatrix',
71 'Type',
'IO',
'Any',
'ASCIIString',
'Union',
'Dict',
'Function',
'SubArray',
72 'Range',
'Range1',
'Symbol',
'Expr',
74 'cell',
'collect',
'filter',
'merge',
'divrem',
'hex',
'dec',
'oct',
'base',
75 'int',
'round',
'cmp',
'float',
'linspace',
'fill',
'start',
'done',
'tuple',
76 'minimum',
'maximum',
'count',
'index',
'append',
'push',
'pop',
'shift',
77 'unshift',
'insert',
'splice',
'reverse',
'sort',
'zip',
'length',
'delete',
78 'copy',
'haskey',
'keys',
'values',
'get',
'getkey',
'Set',
'isa',
'issubset',
79 'intersect',
'setdiff',
'symdiff',
'complement',
'print',
'printf',
'println',
80 'sprintf',
'utf8',
'char',
'search',
'rsearch',
81 'replace',
'lowercase',
'uppercase',
'ucfirst',
'lcfirst',
'union',
82 'split',
'rsplit',
'chop',
'chomp',
'lpad',
'rpad',
'lstrip',
'rstrip',
83 'strip',
'isalnum',
'isalpha',
'isascii',
'isblank',
'iscntrl',
'isdigit',
84 'isgraph',
'islower',
'isprint',
'ispunct',
'isspace',
'isupper',
'isxdigit',
85 'match',
'captures',
'offset',
'offsets',
'matchall',
'eachmatch',
'hcat',
86 'vcat',
'hvcat',
'reshape',
'deepcopy',
'similar',
'reinterpret',
'map',
87 'reduce',
'mapreduce',
'DataArray',
'DataFrame',
'removeNA',
'replaceNA',
88 'colnames',
'head',
'tail',
'describe',
'join',
'groupby',
'by',
'stack',
89 'readtable',
'readcsv',
'readdlm',
'writetable',
'writecsv',
'writedlm',
90 'require',
'reload',
'include',
'evalfile',
'cd',
'open',
'write',
'close',
91 'position',
'seek',
'seekstart',
'skip',
'isopen',
'eof',
92 'isreadonly',
'ltoh',
'htol',
'serialize',
'deserialize',
'download',
93 'isequal',
'getindex',
'setindex',
'eachline',
'beginswith',
'endswith',
94 'parsefloat',
'parseint',
'seekend',
'findnz',
'DivideError',
'addprocs',
95 'scale',
'issubnormal',
'readdir',
'mapslices' 102 'run',
'spawn',
'success',
'process_running',
'process_exited',
'kill',
103 'readsfrom',
'writesto',
'readsandwrite',
'detach',
'setenv',
'ENV',
'getpid',
104 'clipboard',
'strftime',
'time',
'gethostname',
'getipaddr',
'pwd',
105 'mkdir',
'mkpath',
'rmdir',
'ignorestatus' 116 '(',
')',
'[',
']',
'{',
'}',
'*',
'&',
'|',
'%',
'!',
';',
'<',
'>',
'?',
'`' 118 'CASE_SENSITIVE' => array(
127 1 =>
'color: #4266d5;font-weight:bold;',
128 2 =>
'color: #0000A8;font-weight:bold;',
129 3 =>
'color: #0000A8;font-weight:bold;',
130 4 =>
'color: #3b972e;font-weight:bold;' 133 1 =>
'color: #888888;',
134 'MULTI' =>
'color: #888888;' 136 'ESCAPE_CHAR' => array(
137 0 =>
'color: #000099; font-weight: bold;' 140 0 =>
'color: #3b972e;' 143 0 =>
'color: #c93d39;' 152 0 =>
'color: #6bab5b;' 154 'REGEXPS' => array(),
164 'OBJECT_SPLITTERS' => array(
167 'REGEXPS' => array(),
169 'SCRIPT_DELIMITERS' => array(),
170 'HIGHLIGHT_STRICT_BLOCK' => array()
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.