1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403
|
# JOE syntax highlight file for Python
=Idle
=Ident
=Comment
=Docstring +Comment
=DocstringLabel +Docstring
=DocEscape +Escape +Docstring
=Constant
=String +Constant
=Number +Constant
=Boolean +Constant
=StringEscape +Escape
=Keyword
=Statement +Keyword
=Loop +Statement
=Conditional +Statement
=StorageClass +Type +Keyword
=Operator +Keyword
=Bad
=Brace
=DefinedIdent +Ident
=DefinedFunction +DefinedIdent
=DefinedType +DefinedIdent
=SpecialIdent +Ident
=Decorator +Define +Preproc
=Builtin +DefinedFunction
:idle Idle
* idle
"#" comment recolor=-1
"0-9" first_digit recolor=-1
"'\"" string_quot_1 recolor=-1 save_c
"\i" ident noeat
"{}" brace recolor=-1
"@" decorator recolor=-1
:brace Brace
* idle noeat
# annotations
:decorator Decorator
* decorator
" (\t\r\n" idle noeat
:comment Comment comment
* comment
# might be TODO label
"BFHNTX" comment noeat call=comment_todo.comment_todo()
"\n" idle
:first_digit Number
* idle noeat
"xX" hex
"." float
"eE" epart
"0-9" first_number
:hex Number
* idle noeat
"0-9A-Fa-f" hex
:first_number Number
* idle noeat
"0-9" first_number
"." float
:maybe_float Number
* idle recolor=-2 noeat
"0-9" float recolor=-2
:float Number
* idle noeat
"eE" epart
"0-9" float
:epart Number
* idle noeat
"0-9+\-" enum
:enum Number
* idle noeat
"0-9" enum
:ident Ident
* ident1 noeat buffer
"_" priv_member recolor=-1
:ident1 Ident
* idle noeat strings
"and" oper
"as" stmt
"assert" stmt
"break" loop
"class" classstmt
"continue" loop
"def" defstmt
"del" stmt
"elif" cond
"else" cond
"except" stmt
"finally" stmt
"for" loop
"from" stmt
"global" stmt
"if" cond
"import" stmt
"in" oper
"is" oper
"lambda" kw
"not" oper
"or" oper
"pass" stmt
"raise" stmt
"return" stmt
"try" stmt
"while" loop
"with" stmt
"yield" stmt
# quasi-keywords
"False" bool
"True" bool
"None" kw
# builtins
"abs" builtin
"all" builtin
"any" builtin
"ascii" builtin
"bin" builtin
"bool" builtin
"bytearray" builtin
"bytes" builtin
"callable" builtin
"chr" builtin
"classmethod" builtin
"compile" builtin
"complex" builtin
"copyright" builtin
"credits" builtin
"delattr" builtin
"dict" builtin
"dir" builtin
"divmod" builtin
"enumerate" builtin
"eval" builtin
"exec" builtin
"exit" builtin
"filter" builtin
"float" builtin
"format" builtin
"frozenset" builtin
"getattr" builtin
"globals" builtin
"hasattr" builtin
"hash" builtin
"help" builtin
"hex" builtin
"id" builtin
"input" builtin
"int" builtin
"isinstance" builtin
"issubclass" builtin
"iter" builtin
"len" builtin
"license" builtin
"list" builtin
"locals" builtin
"map" builtin
"max" builtin
"memoryview" builtin
"min" builtin
"next" builtin
"object" builtin
"oct" builtin
"open" builtin
"ord" builtin
"pow" builtin
"print" builtin
"property" builtin
"quit" builtin
"range" builtin
"repr" builtin
"reversed" builtin
"round" builtin
"set" builtin
"setattr" builtin
"slice" builtin
"sorted" builtin
"staticmethod" builtin
"str" builtin
"sum" builtin
"super" builtin
"tuple" builtin
"type" builtin
"vars" builtin
"zip" builtin
done
"'\"" idle noeat istrings
"u" string_pre
"b" string_pre
"r" string_raw_pre
"br" string_raw_pre
"rb" string_raw_pre
done
"\c" ident1
:kw Keyword
* idle noeat
:cond Conditional
* idle noeat
:oper Operator
* idle noeat
:bool Boolean
* idle noeat
:loop Loop
* idle noeat
:stmt Statement
* idle noeat
:builtin Builtin
* idle noeat
:classstmt Statement
* idle noeat recolor=-1
"\i" classstmt
" \t" classname_1
:classname_1 DefinedType
* classname
:classname DefinedType
* idle noeat recolor=-1
"\c" classname
:defstmt Statement
* idle noeat recolor=-1
"\i" defstmt
" \t" defname_1
:defname_1 DefinedFunction
* defname
:defname DefinedFunction
* idle noeat recolor=-1
"\c" defname
:priv_member SpecialIdent
* idle noeat
"\c" priv_member
# Handle string prefixes up to the string itself.
:string_pre String string
* idle noeat
"'\"" string_quot_1 save_c
:string_raw_pre String string
* idle noeat
"'\"" string_quot_raw_1 save_c
# Differentiate between docstrings and regular strings, carrying with it raw state
:string_quot_1 String string
* idle call=.string() noeat
& string_quot_2
:string_quot_2 String string
* idle noeat
& idle call=.string(docstring) recolor=-3
:string_quot_raw_1 String string
* idle call=.string(raw)
& string_quot_raw_2
:string_quot_raw_2 String string
* idle noeat
& idle call=.string(docstring raw) recolor=-3
.subr string
.ifdef docstring # Long strings
:string Docstring string
* string
"BFHNTX" string noeat call=.comment_todo_docstr()
.ifdef raw
.else
"\\" string_esc mark
.endif
& doc_end_1
:doc_end_1 Docstring string
* string noeat
& doc_end_2
:doc_end_2 Docstring string
* string noeat
& string return
.else # Short strings
:string String string
* string
"\n" string return
.ifdef raw
.else
"\\" string_esc mark
.endif
& string return
.endif
:string_esc String string
* string_esc_done
"x" string_hex2
"u" string_hex4
"U" string_hex8
"0-7" string_octal2
"\n" string_esc_done
# Recolor whole escape sequence based on whether this is a docstring.
:string_esc_done String string
* string_esc_really_done noeat markend recolormark
.ifdef docstring
:string_esc_really_done DocEscape
* string noeat
.else
:string_esc_really_done StringEscape string
* string noeat
.endif
:string_hex1 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_esc_done
:string_hex2 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex1
:string_hex3 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex2
:string_hex4 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex3
:string_hex5 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex4
:string_hex6 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex5
:string_hex7 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex6
:string_hex8 StringEscape string
* string_esc_done noeat
"0-9a-fA-F" string_hex7
:string_octal1 StringEscape string
* string_esc_done noeat
"0-7" string_esc_done
:string_octal2 StringEscape string
* string_esc_done noeat
"0-7" string_octal1
.end
.subr comment_todo_docstr
# initial state
:comment_todo_init Docstring string
* comment_todo_guess buffer
# highlight common TODO labels
:comment_todo_guess Docstring string
* comment_todo_unknown noeat strings
"BUG" comment_todo
"FIXME" comment_todo
"HACK" comment_todo
"NOTE" comment_todo
"TODO" comment_todo
"XXX" comment_todo
done
"A-Z" comment_todo_guess
:comment_todo_unknown Docstring string
* NULL noeat return
:comment_todo DocstringLabel string
* NULL noeat return
.end
|