| | 1 | [[PageOutline(1-4)]] |
| | 2 | {{{PadreWikiSyntaxHighlighting -draft}}} |
| | 3 | = Syntax Highlighting |
| | 4 | Perldoc colours, used as reference, got to have a reference. Similar to Pygments. |
| | 5 | * perldoc info extracted from perldoc css. (enc. below) |
| | 6 | * css-20100830.css |
| | 7 | * /trac/pygments/perldoc.css |
| | 8 | |
| | 9 | I am unclear as to what section in default apply to Padre syntax (help) |
| | 10 | * padre extracted from: |
| | 11 | * Padre/trunk/Padre/share/styles/default.yml |
| | 12 | |
| | 13 | I have made this assumption! |
| | 14 | * Scintilla == (application/x-perl) |
| | 15 | * PPI == (text/x-perlxs) |
| | 16 | |
| | 17 | WxWidgets, are all of these component colours used, or just defined such as wxSTC_C_COMMENTLINE: |
| | 18 | |
| | 19 | ---- |
| | 20 | == Comparison Table |
| | 21 | ||||=||||||=perldoc=||||||=Scintilla (application/x-perl)=||||||=PPI (text/x-perlxs)=|| |
| | 22 | ||description||=Perl=||css||hex#||example||wxWigets||hex#||example||wxWigets||hex#||example|| |
| | 23 | |---------------------------------- |
| | 24 | {{{#!td style="background: #ffd" |
| | 25 | Comments |
| | 26 | }}} |
| | 27 | {{{#!td |
| | 28 | #Comment |
| | 29 | }}} |
| | 30 | {{{#!td |
| | 31 | .c |
| | 32 | }}} |
| | 33 | {{{#!td |
| | 34 | {{{#228B22}}} |
| | 35 | }}} |
| | 36 | {{{#!td style="color:#228B22" |
| | 37 | #Comment |
| | 38 | }}} |
| | 39 | {{{#!td |
| | 40 | wxSTC_C_COMMENTLINE: |
| | 41 | }}} |
| | 42 | {{{#!td |
| | 43 | {{{#007f00}}} |
| | 44 | }}} |
| | 45 | {{{#!td style="color:#007f00" |
| | 46 | #Comment |
| | 47 | }}} |
| | 48 | {{{#!td |
| | 49 | wxSTC_C_COMMENT: |
| | 50 | wxSTC_C_COMMENTLINE: |
| | 51 | wxSTC_C_COMMENTDOC: |
| | 52 | }}} |
| | 53 | {{{#!td |
| | 54 | {{{#007f00}}} |
| | 55 | }}} |
| | 56 | {{{#!td style="color:#007f00" |
| | 57 | #Comment |
| | 58 | }}} |
| | 59 | |---------------------------------- |
| | 60 | {{{#!td style="background: #ffd" |
| | 61 | Comma |
| | 62 | }}} |
| | 63 | {{{#!td |
| | 64 | , |
| | 65 | }}} |
| | 66 | {{{#!td |
| | 67 | .cm |
| | 68 | }}} |
| | 69 | {{{#!td |
| | 70 | {{{#000000}}} |
| | 71 | }}} |
| | 72 | {{{#!td style="color:#000000" |
| | 73 | , |
| | 74 | }}} |
| | 75 | {{{#!td |
| | 76 | wxSTC_ |
| | 77 | }}} |
| | 78 | {{{#!td |
| | 79 | {{{#000000}}} |
| | 80 | }}} |
| | 81 | {{{#!td style="color:#000000" |
| | 82 | #Comment |
| | 83 | }}} |
| | 84 | {{{#!td |
| | 85 | wxSTC_ |
| | 86 | }}} |
| | 87 | {{{#!td |
| | 88 | {{{#000000}}} |
| | 89 | }}} |
| | 90 | {{{#!td style="color:#000000" |
| | 91 | #Comment |
| | 92 | }}} |
| | 93 | |---------------------------------- |
| | 94 | {{{#!td style="background: #ffd" |
| | 95 | Colon |
| | 96 | }}} |
| | 97 | {{{#!td |
| | 98 | : |
| | 99 | }}} |
| | 100 | {{{#!td |
| | 101 | .co |
| | 102 | }}} |
| | 103 | {{{#!td |
| | 104 | {{{#000000}}} |
| | 105 | }}} |
| | 106 | {{{#!td style="color:#000000" |
| | 107 | : |
| | 108 | }}} |
| | 109 | {{{#!td |
| | 110 | wxSTC_ |
| | 111 | }}} |
| | 112 | {{{#!td |
| | 113 | {{{#000000}}} |
| | 114 | }}} |
| | 115 | {{{#!td style="color:#000000" |
| | 116 | #Comment |
| | 117 | }}} |
| | 118 | {{{#!td |
| | 119 | wxSTC_ |
| | 120 | }}} |
| | 121 | {{{#!td |
| | 122 | {{{#000000}}} |
| | 123 | }}} |
| | 124 | {{{#!td style="color:#000000" |
| | 125 | #Comment |
| | 126 | }}} |
| | 127 | |---------------------------------- |
| | 128 | {{{#!td style="background: #ffd" |
| | 129 | here-doc-target |
| | 130 | }}} |
| | 131 | {{{#!td |
| | 132 | here-doc-target |
| | 133 | }}} |
| | 134 | {{{#!td |
| | 135 | .h |
| | 136 | }}} |
| | 137 | {{{#!td |
| | 138 | {{{#CD5555}}} |
| | 139 | }}} |
| | 140 | {{{#!td style="color:#CD5555; font-weight:bold" |
| | 141 | here-doc-target |
| | 142 | }}} |
| | 143 | {{{#!td |
| | 144 | wxSTC_ |
| | 145 | }}} |
| | 146 | {{{#!td |
| | 147 | {{{#000000}}} |
| | 148 | }}} |
| | 149 | {{{#!td style="color:#000000" |
| | 150 | #Comment |
| | 151 | }}} |
| | 152 | {{{#!td |
| | 153 | wxSTC_ |
| | 154 | }}} |
| | 155 | {{{#!td |
| | 156 | {{{#000000}}} |
| | 157 | }}} |
| | 158 | {{{#!td style="color:#000000" |
| | 159 | #Comment |
| | 160 | }}} |
| | 161 | |---------------------------------- |
| | 162 | {{{#!td style="background: #ffd" |
| | 163 | here-doc-text |
| | 164 | }}} |
| | 165 | {{{#!td |
| | 166 | here-doc-text |
| | 167 | }}} |
| | 168 | {{{#!td |
| | 169 | .hh |
| | 170 | }}} |
| | 171 | {{{#!td |
| | 172 | {{{#CD5555}}} |
| | 173 | }}} |
| | 174 | {{{#!td style="color:#CD5555; font-style:italic" |
| | 175 | here-doc-text |
| | 176 | }}} |
| | 177 | {{{#!td |
| | 178 | wxSTC_ |
| | 179 | }}} |
| | 180 | {{{#!td |
| | 181 | {{{#000000}}} |
| | 182 | }}} |
| | 183 | {{{#!td style="color:#000000" |
| | 184 | #Comment |
| | 185 | }}} |
| | 186 | {{{#!td |
| | 187 | wxSTC_ |
| | 188 | }}} |
| | 189 | {{{#!td |
| | 190 | {{{#000000}}} |
| | 191 | }}} |
| | 192 | {{{#!td style="color:#000000" |
| | 193 | #Comment |
| | 194 | }}} |
| | 195 | |---------------------------------- |
| | 196 | {{{#!td style="background: #ffd" |
| | 197 | identifier |
| | 198 | }}} |
| | 199 | {{{#!td |
| | 200 | struct $variable @array %hash |
| | 201 | }}} |
| | 202 | {{{#!td |
| | 203 | .i |
| | 204 | }}} |
| | 205 | {{{#!td |
| | 206 | {{{#00688B}}} |
| | 207 | }}} |
| | 208 | {{{#!td style="color:#00688B" |
| | 209 | struct $variable @array %hash |
| | 210 | }}} |
| | 211 | {{{#!td |
| | 212 | wxSTC_PL_IDENTIFIER: |
| | 213 | }}} |
| | 214 | {{{#!td |
| | 215 | {{{#0000ff}}} |
| | 216 | }}} |
| | 217 | {{{#!td style="color:#0000ff" |
| | 218 | struct $variable @array %hash |
| | 219 | }}} |
| | 220 | {{{#!td |
| | 221 | wxSTC_PL_IDENTIFIER: |
| | 222 | }}} |
| | 223 | {{{#!td |
| | 224 | {{{#0000ff}}} |
| | 225 | }}} |
| | 226 | {{{#!td style="color:#0000ff" |
| | 227 | struct $variable @array %hash |
| | 228 | }}} |
| | 229 | |---------------------------------- |
| | 230 | {{{#!td style="background: #ffd" |
| | 231 | label |
| | 232 | }}} |
| | 233 | {{{#!td |
| | 234 | LABEL: |
| | 235 | }}} |
| | 236 | {{{#!td |
| | 237 | .j |
| | 238 | }}} |
| | 239 | {{{#!td |
| | 240 | {{{#CD5555}}} |
| | 241 | }}} |
| | 242 | {{{#!td style="color:#CD5555; font-weight:bold" |
| | 243 | LABEL: |
| | 244 | }}} |
| | 245 | {{{#!td |
| | 246 | wxSTC_ |
| | 247 | }}} |
| | 248 | {{{#!td |
| | 249 | {{{#000000}}} |
| | 250 | }}} |
| | 251 | {{{#!td style="color:#000000" |
| | 252 | LABEL: |
| | 253 | }}} |
| | 254 | {{{#!td |
| | 255 | wxSTC_ |
| | 256 | }}} |
| | 257 | {{{#!td |
| | 258 | {{{#000000}}} |
| | 259 | }}} |
| | 260 | {{{#!td style="color:#000000" |
| | 261 | LABEL: |
| | 262 | }}} |
| | 263 | |---------------------------------- |
| | 264 | {{{#!td style="background: #ffd" |
| | 265 | keyword |
| | 266 | }}} |
| | 267 | {{{#!td |
| | 268 | use my sub for while else print return if |
| | 269 | }}} |
| | 270 | {{{#!td |
| | 271 | .k |
| | 272 | }}} |
| | 273 | {{{#!td |
| | 274 | {{{#8B008B}}} |
| | 275 | }}} |
| | 276 | {{{#!td style="color:#8B008B; font-weight:bold" |
| | 277 | use my sub for while else print return if |
| | 278 | }}} |
| | 279 | {{{#!td |
| | 280 | wxSTC_ |
| | 281 | }}} |
| | 282 | {{{#!td |
| | 283 | {{{#000000}}} |
| | 284 | }}} |
| | 285 | {{{#!td style="color:#000000" |
| | 286 | #Comment |
| | 287 | }}} |
| | 288 | {{{#!td |
| | 289 | wxSTC_ |
| | 290 | }}} |
| | 291 | {{{#!td |
| | 292 | {{{#000000}}} |
| | 293 | }}} |
| | 294 | {{{#!td style="color:#000000" |
| | 295 | #Comment |
| | 296 | }}} |
| | 297 | |---------------------------------- |
| | 298 | {{{#!td style="background: #ffd" |
| | 299 | subroutine |
| | 300 | }}} |
| | 301 | {{{#!td |
| | 302 | sub on_event {} |
| | 303 | }}} |
| | 304 | {{{#!td |
| | 305 | .m |
| | 306 | }}} |
| | 307 | {{{#!td |
| | 308 | {{{#FF0000}}} |
| | 309 | }}} |
| | 310 | {{{#!td style="color:#FF0000; font-weight:bold" |
| | 311 | on_event |
| | 312 | }}} |
| | 313 | {{{#!td |
| | 314 | wxSTC_ |
| | 315 | }}} |
| | 316 | {{{#!td |
| | 317 | {{{#000000}}} |
| | 318 | }}} |
| | 319 | {{{#!td style="color:#000000" |
| | 320 | #Comment |
| | 321 | }}} |
| | 322 | {{{#!td |
| | 323 | wxSTC_ |
| | 324 | }}} |
| | 325 | {{{#!td |
| | 326 | {{{#000000}}} |
| | 327 | }}} |
| | 328 | {{{#!td style="color:#000000" |
| | 329 | #Comment |
| | 330 | }}} |
| | 331 | |---------------------------------- |
| | 332 | {{{#!td style="background: #ffd" |
| | 333 | numeric |
| | 334 | }}} |
| | 335 | {{{#!td |
| | 336 | 101 |
| | 337 | }}} |
| | 338 | {{{#!td |
| | 339 | .n |
| | 340 | }}} |
| | 341 | {{{#!td |
| | 342 | {{{#B452CD}}} |
| | 343 | }}} |
| | 344 | {{{#!td style="color:#B452CD" |
| | 345 | 101 |
| | 346 | }}} |
| | 347 | {{{#!td |
| | 348 | wxSTC_ |
| | 349 | }}} |
| | 350 | {{{#!td |
| | 351 | {{{#000000}}} |
| | 352 | }}} |
| | 353 | {{{#!td style="color:#000000" |
| | 354 | #Comment |
| | 355 | }}} |
| | 356 | {{{#!td |
| | 357 | wxSTC_ |
| | 358 | }}} |
| | 359 | {{{#!td |
| | 360 | {{{#000000}}} |
| | 361 | }}} |
| | 362 | {{{#!td style="color:#000000" |
| | 363 | #Comment |
| | 364 | }}} |
| | 365 | |---------------------------------- |
| | 366 | {{{#!td style="background: #ffd" |
| | 367 | parenthesize |
| | 368 | }}} |
| | 369 | {{{#!td |
| | 370 | () [] {} |
| | 371 | }}} |
| | 372 | {{{#!td |
| | 373 | .p |
| | 374 | }}} |
| | 375 | {{{#!td |
| | 376 | {{{#000000}}} |
| | 377 | }}} |
| | 378 | {{{#!td style="color:#000000" |
| | 379 | () [] {} |
| | 380 | }}} |
| | 381 | {{{#!td |
| | 382 | wxSTC_ |
| | 383 | }}} |
| | 384 | {{{#!td |
| | 385 | {{{#000000}}} |
| | 386 | }}} |
| | 387 | {{{#!td style="color:#000000" |
| | 388 | #Comment |
| | 389 | }}} |
| | 390 | {{{#!td |
| | 391 | wxSTC_ |
| | 392 | }}} |
| | 393 | {{{#!td |
| | 394 | {{{#000000}}} |
| | 395 | }}} |
| | 396 | {{{#!td style="color:#000000" |
| | 397 | #Comment |
| | 398 | }}} |
| | 399 | |---------------------------------- |
| | 400 | {{{#!td style="background: #ffd" |
| | 401 | pod-text |
| | 402 | }}} |
| | 403 | {{{#!td |
| | 404 | =head1 =cut |
| | 405 | }}} |
| | 406 | {{{#!td |
| | 407 | .pd |
| | 408 | }}} |
| | 409 | {{{#!td |
| | 410 | {{{#228B22}}} |
| | 411 | }}} |
| | 412 | {{{#!td style="color:#228B22; font-style:italic" |
| | 413 | =head1 =cut |
| | 414 | }}} |
| | 415 | {{{#!td |
| | 416 | wxSTC_ |
| | 417 | }}} |
| | 418 | {{{#!td |
| | 419 | {{{#000000}}} |
| | 420 | }}} |
| | 421 | {{{#!td style="color:#000000" |
| | 422 | #Comment |
| | 423 | }}} |
| | 424 | {{{#!td |
| | 425 | wxSTC_ |
| | 426 | }}} |
| | 427 | {{{#!td |
| | 428 | {{{#000000}}} |
| | 429 | }}} |
| | 430 | {{{#!td style="color:#000000" |
| | 431 | #Comment |
| | 432 | }}} |
| | 433 | |---------------------------------- |
| | 434 | {{{#!td style="background: #ffd" |
| | 435 | punctuation |
| | 436 | }}} |
| | 437 | {{{#!td |
| | 438 | |
| | 439 | }}} |
| | 440 | {{{#!td |
| | 441 | .pu |
| | 442 | }}} |
| | 443 | {{{#!td |
| | 444 | {{{#000000}}} |
| | 445 | }}} |
| | 446 | {{{#!td style="color:#000000" |
| | 447 | |
| | 448 | }}} |
| | 449 | {{{#!td |
| | 450 | wxSTC_ |
| | 451 | }}} |
| | 452 | {{{#!td |
| | 453 | {{{#000000}}} |
| | 454 | }}} |
| | 455 | {{{#!td style="color:#000000" |
| | 456 | #Comment |
| | 457 | }}} |
| | 458 | {{{#!td |
| | 459 | wxSTC_ |
| | 460 | }}} |
| | 461 | {{{#!td |
| | 462 | {{{#000000}}} |
| | 463 | }}} |
| | 464 | {{{#!td style="color:#000000" |
| | 465 | #Comment |
| | 466 | }}} |
| | 467 | |---------------------------------- |
| | 468 | {{{#!td style="background: #ffd" |
| | 469 | quote |
| | 470 | }}} |
| | 471 | {{{#!td |
| | 472 | /pattern/ 'single' "double" |
| | 473 | }}} |
| | 474 | {{{#!td |
| | 475 | .q |
| | 476 | }}} |
| | 477 | {{{#!td |
| | 478 | {{{#CD5555}}} |
| | 479 | }}} |
| | 480 | {{{#!td style="color:#CD5555" |
| | 481 | /pattern/ 'single' "double" |
| | 482 | }}} |
| | 483 | {{{#!td |
| | 484 | wxSTC_ |
| | 485 | }}} |
| | 486 | {{{#!td |
| | 487 | {{{#000000}}} |
| | 488 | }}} |
| | 489 | {{{#!td style="color:#000000" |
| | 490 | #Comment |
| | 491 | }}} |
| | 492 | {{{#!td |
| | 493 | wxSTC_ |
| | 494 | }}} |
| | 495 | {{{#!td |
| | 496 | {{{#000000}}} |
| | 497 | }}} |
| | 498 | {{{#!td style="color:#000000" |
| | 499 | #Comment |
| | 500 | }}} |
| | 501 | |---------------------------------- |
| | 502 | {{{#!td style="background: #ffd" |
| | 503 | structure |
| | 504 | }}} |
| | 505 | {{{#!td |
| | 506 | |
| | 507 | }}} |
| | 508 | {{{#!td |
| | 509 | .s |
| | 510 | }}} |
| | 511 | {{{#!td |
| | 512 | {{{#000000}}} |
| | 513 | }}} |
| | 514 | {{{#!td style="color:#000000" |
| | 515 | |
| | 516 | }}} |
| | 517 | {{{#!td |
| | 518 | wxSTC_ |
| | 519 | }}} |
| | 520 | {{{#!td |
| | 521 | {{{#000000}}} |
| | 522 | }}} |
| | 523 | {{{#!td style="color:#000000" |
| | 524 | #Comment |
| | 525 | }}} |
| | 526 | {{{#!td |
| | 527 | wxSTC_ |
| | 528 | }}} |
| | 529 | {{{#!td |
| | 530 | {{{#000000}}} |
| | 531 | }}} |
| | 532 | {{{#!td style="color:#000000" |
| | 533 | #Comment |
| | 534 | }}} |
| | 535 | |---------------------------------- |
| | 536 | {{{#!td style="background: #ffd" |
| | 537 | semicolon |
| | 538 | }}} |
| | 539 | {{{#!td |
| | 540 | ; |
| | 541 | }}} |
| | 542 | {{{#!td |
| | 543 | .sc |
| | 544 | }}} |
| | 545 | {{{#!td |
| | 546 | {{{#000000}}} |
| | 547 | }}} |
| | 548 | {{{#!td style="color:#000000" |
| | 549 | ; |
| | 550 | }}} |
| | 551 | {{{#!td |
| | 552 | wxSTC_ |
| | 553 | }}} |
| | 554 | {{{#!td |
| | 555 | {{{#000000}}} |
| | 556 | }}} |
| | 557 | {{{#!td style="color:#000000" |
| | 558 | #Comment |
| | 559 | }}} |
| | 560 | {{{#!td |
| | 561 | wxSTC_ |
| | 562 | }}} |
| | 563 | {{{#!td |
| | 564 | {{{#000000}}} |
| | 565 | }}} |
| | 566 | {{{#!td style="color:#000000" |
| | 567 | #Comment |
| | 568 | }}} |
| | 569 | |---------------------------------- |
| | 570 | {{{#!td style="background: #ffd" |
| | 571 | v-string (version) |
| | 572 | }}} |
| | 573 | {{{#!td |
| | 574 | deprecated |
| | 575 | }}} |
| | 576 | {{{#!td |
| | 577 | .v |
| | 578 | }}} |
| | 579 | {{{#!td |
| | 580 | {{{#B452CD}}} |
| | 581 | }}} |
| | 582 | {{{#!td style="color:#B452CD" |
| | 583 | '0.2.3' |
| | 584 | }}} |
| | 585 | {{{#!td |
| | 586 | wxSTC_ |
| | 587 | }}} |
| | 588 | {{{#!td |
| | 589 | {{{#000000}}} |
| | 590 | }}} |
| | 591 | {{{#!td style="color:#000000" |
| | 592 | #Comment |
| | 593 | }}} |
| | 594 | {{{#!td |
| | 595 | wxSTC_ |
| | 596 | }}} |
| | 597 | {{{#!td |
| | 598 | {{{#000000}}} |
| | 599 | }}} |
| | 600 | {{{#!td style="color:#000000" |
| | 601 | #Comment |
| | 602 | }}} |
| | 603 | |---------------------------------- |
| | 604 | {{{#!td style="background: #ffd" |
| | 605 | bareword |
| | 606 | }}} |
| | 607 | {{{#!td |
| | 608 | |
| | 609 | }}} |
| | 610 | {{{#!td |
| | 611 | .w |
| | 612 | }}} |
| | 613 | {{{#!td |
| | 614 | {{{#000000}}} |
| | 615 | }}} |
| | 616 | {{{#!td style="color:#000000" |
| | 617 | |
| | 618 | }}} |
| | 619 | {{{#!td |
| | 620 | wxSTC_ |
| | 621 | }}} |
| | 622 | {{{#!td |
| | 623 | {{{#000000}}} |
| | 624 | }}} |
| | 625 | {{{#!td style="color:#000000" |
| | 626 | #Comment |
| | 627 | }}} |
| | 628 | {{{#!td |
| | 629 | wxSTC_ |
| | 630 | }}} |
| | 631 | {{{#!td |
| | 632 | {{{#000000}}} |
| | 633 | }}} |
| | 634 | {{{#!td style="color:#000000" |
| | 635 | #Comment |
| | 636 | }}} |
| | 637 | ---- |
| | 638 | == Reference |
| | 639 | === Perldoc (css) |
| | 640 | /* @group Syntax highlighting */ |
| | 641 | |
| | 642 | .c { color: #228B22;} /* comment */ \\ |
| | 643 | .cm { color: #000000;} /* comma */ \\ |
| | 644 | .co { color: #000000;} /* colon */ \\ |
| | 645 | .h { color: #CD5555; font-weight:bold;} /* here-doc-target */ \\ |
| | 646 | .hh { color: #CD5555; font-style:italic;} /* here-doc-text */ \\ |
| | 647 | .i { color: #00688B;} /* identifier */ \\ |
| | 648 | .j { color: #CD5555; font-weight:bold;} /* label */ \\ |
| | 649 | .k { color: #8B008B; font-weight:bold;} /* keyword */ \\ |
| | 650 | .m { color: #FF0000; font-weight:bold;} /* subroutine */ \\ |
| | 651 | .n { color: #B452CD;} /* numeric */ \\ |
| | 652 | .p { color: #000000;} /* paren */ \\ |
| | 653 | .pd { color: #228B22; font-style:italic;} /* pod-text */ \\ |
| | 654 | .pu { color: #000000;} /* punctuation */ \\ |
| | 655 | .q { color: #CD5555;} /* quote */ \\ |
| | 656 | .s { color: #000000;} /* structure */ \\ |
| | 657 | .sc { color: #000000;} /* semicolon */ \\ |
| | 658 | .v { color: #B452CD;} /* v-string */ \\ |
| | 659 | .w { color: #000000;} /* bareword */ \\ |
| | 660 | ---- |
| | 661 | === Pygments (css) |
| | 662 | div.code pre .hll { background-color: #ffffcc } \\ |
| | 663 | div.code pre { background: #eeeedd; } \\ |
| | 664 | div.code pre .c { color: #228B22 } /* Comment */ \\ |
| | 665 | div.code pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */ \\ |
| | 666 | div.code pre .k { color: #8B008B; font-weight: bold } /* Keyword */ \\ |
| | 667 | div.code pre .cm { color: #228B22 } /* Comment.Multiline */ \\ |
| | 668 | div.code pre .cp { color: #1e889b } /* Comment.Preproc */ \\ |
| | 669 | div.code pre .c1 { color: #228B22 } /* Comment.Single */ \\ |
| | 670 | div.code pre .cs { color: #8B008B; font-weight: bold } /* Comment.Special */ \\ |
| | 671 | div.code pre .gd { color: #aa0000 } /* Generic.Deleted */ \\ |
| | 672 | div.code pre .ge { font-style: italic } /* Generic.Emph */ \\ |
| | 673 | div.code pre .gr { color: #aa0000 } /* Generic.Error */ \\ |
| | 674 | div.code pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */ \\ |
| | 675 | div.code pre .gi { color: #00aa00 } /* Generic.Inserted */ \\ |
| | 676 | div.code pre .go { color: #888888 } /* Generic.Output */ \\ |
| | 677 | div.code pre .gp { color: #555555 } /* Generic.Prompt */ \\ |
| | 678 | div.code pre .gs { font-weight: bold } /* Generic.Strong */ \\ |
| | 679 | div.code pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ \\ |
| | 680 | div.code pre .gt { color: #aa0000 } /* Generic.Traceback */ \\ |
| | 681 | div.code pre .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ \\ |
| | 682 | div.code pre .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ \\ |
| | 683 | div.code pre .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ \\ |
| | 684 | div.code pre .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ \\ |
| | 685 | div.code pre .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ \\ |
| | 686 | div.code pre .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */ \\ |
| | 687 | div.code pre .m { color: #B452CD } /* Literal.Number */ \\ |
| | 688 | div.code pre .s { color: #CD5555 } /* Literal.String */ \\ |
| | 689 | div.code pre .na { color: #658b00 } /* Name.Attribute */ \\ |
| | 690 | div.code pre .nb { color: #658b00 } /* Name.Builtin */ \\ |
| | 691 | div.code pre .nc { color: #008b45; font-weight: bold } /* Name.Class */ \\ |
| | 692 | div.code pre .no { color: #00688B } /* Name.Constant */ \\ |
| | 693 | div.code pre .nd { color: #707a7c } /* Name.Decorator */ \\ |
| | 694 | div.code pre .ne { color: #008b45; font-weight: bold } /* Name.Exception */ \\ |
| | 695 | div.code pre .nf { color: #008b45 } /* Name.Function */ \\ |
| | 696 | div.code pre .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ \\ |
| | 697 | div.code pre .nt { color: #8B008B; font-weight: bold } /* Name.Tag */ \\ |
| | 698 | div.code pre .nv { color: #00688B } /* Name.Variable */ \\ |
| | 699 | div.code pre .ow { color: #8B008B } /* Operator.Word */ \\ |
| | 700 | div.code pre .w { color: #bbbbbb } /* Text.Whitespace */ \\ |
| | 701 | div.code pre .mf { color: #B452CD } /* Literal.Number.Float */ \\ |
| | 702 | div.code pre .mh { color: #B452CD } /* Literal.Number.Hex */ \\ |
| | 703 | div.code pre .mi { color: #B452CD } /* Literal.Number.Integer */ \\ |
| | 704 | div.code pre .mo { color: #B452CD } /* Literal.Number.Oct */ \\ |
| | 705 | div.code pre .sb { color: #CD5555 } /* Literal.String.Backtick */ \\ |
| | 706 | div.code pre .sc { color: #CD5555 } /* Literal.String.Char */ \\ |
| | 707 | div.code pre .sd { color: #CD5555 } /* Literal.String.Doc */ \\ |
| | 708 | div.code pre .s2 { color: #CD5555 } /* Literal.String.Double */ \\ |
| | 709 | div.code pre .se { color: #CD5555 } /* Literal.String.Escape */ \\ |
| | 710 | div.code pre .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ \\ |
| | 711 | div.code pre .si { color: #CD5555 } /* Literal.String.Interpol */ \\ |
| | 712 | div.code pre .sx { color: #cb6c20 } /* Literal.String.Other */ \\ |
| | 713 | div.code pre .sr { color: #1c7e71 } /* Literal.String.Regex */ \\ |
| | 714 | div.code pre .s1 { color: #CD5555 } /* Literal.String.Single */ \\ |
| | 715 | div.code pre .ss { color: #CD5555 } /* Literal.String.Symbol */ \\ |
| | 716 | div.code pre .bp { color: #658b00 } /* Name.Builtin.Pseudo */ \\ |
| | 717 | div.code pre .vc { color: #00688B } /* Name.Variable.Class */ \\ |
| | 718 | div.code pre .vg { color: #00688B } /* Name.Variable.Global */ \\ |
| | 719 | div.code pre .vi { color: #00688B } /* Name.Variable.Instance */ \\ |
| | 720 | div.code pre .il { color: #B452CD } /* Literal.Number.Integer.Long */ \\ |
| | 721 | |
| | 722 | table.code td .hll { background-color: #ffffcc } |
| | 723 | table.code td { background: #eeeedd; } |
| | 724 | table.code td .c { color: #228B22 } /* Comment */ \\ |
| | 725 | table.code td .err { color: #a61717; background-color: #e3d2d2 } /* Error */ \\ |
| | 726 | table.code td .k { color: #8B008B; font-weight: bold } /* Keyword */ \\ |
| | 727 | table.code td .cm { color: #228B22 } /* Comment.Multiline */ \\ |
| | 728 | table.code td .cp { color: #1e889b } /* Comment.Preproc */ \\ |
| | 729 | table.code td .c1 { color: #228B22 } /* Comment.Single */ \\ |
| | 730 | table.code td .cs { color: #8B008B; font-weight: bold } /* Comment.Special */ \\ |
| | 731 | table.code td .gd { color: #aa0000 } /* Generic.Deleted */ \\ |
| | 732 | table.code td .ge { font-style: italic } /* Generic.Emph */ \\ |
| | 733 | table.code td .gr { color: #aa0000 } /* Generic.Error */ \\ |
| | 734 | table.code td .gh { color: #000080; font-weight: bold } /* Generic.Heading */ \\ |
| | 735 | table.code td .gi { color: #00aa00 } /* Generic.Inserted */ \\ |
| | 736 | table.code td .go { color: #888888 } /* Generic.Output */ \\ |
| | 737 | table.code td .gp { color: #555555 } /* Generic.Prompt */ \\ |
| | 738 | table.code td .gs { font-weight: bold } /* Generic.Strong */ \\ |
| | 739 | table.code td .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ \\ |
| | 740 | table.code td .gt { color: #aa0000 } /* Generic.Traceback */ \\ |
| | 741 | table.code td .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ \\ |
| | 742 | table.code td .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ \\ |
| | 743 | table.code td .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ \\ |
| | 744 | table.code td .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ \\ |
| | 745 | table.code td .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ \\ |
| | 746 | table.code td .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */ \\ |
| | 747 | table.code td .m { color: #B452CD } /* Literal.Number */ \\ |
| | 748 | table.code td .s { color: #CD5555 } /* Literal.String */ \\ |
| | 749 | table.code td .na { color: #658b00 } /* Name.Attribute */ \\ |
| | 750 | table.code td .nb { color: #658b00 } /* Name.Builtin */ \\ |
| | 751 | table.code td .nc { color: #008b45; font-weight: bold } /* Name.Class */ \\ |
| | 752 | table.code td .no { color: #00688B } /* Name.Constant */ \\ |
| | 753 | table.code td .nd { color: #707a7c } /* Name.Decorator */ \\ |
| | 754 | table.code td .ne { color: #008b45; font-weight: bold } /* Name.Exception */ \\ |
| | 755 | table.code td .nf { color: #008b45 } /* Name.Function */ \\ |
| | 756 | table.code td .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ \\ |
| | 757 | table.code td .nt { color: #8B008B; font-weight: bold } /* Name.Tag */ \\ |
| | 758 | table.code td .nv { color: #00688B } /* Name.Variable */ \\ |
| | 759 | table.code td .ow { color: #8B008B } /* Operator.Word */ \\ |
| | 760 | table.code td .w { color: #bbbbbb } /* Text.Whitespace */ \\ |
| | 761 | table.code td .mf { color: #B452CD } /* Literal.Number.Float */ \\ |
| | 762 | table.code td .mh { color: #B452CD } /* Literal.Number.Hex */ \\ |
| | 763 | table.code td .mi { color: #B452CD } /* Literal.Number.Integer */ \\ |
| | 764 | table.code td .mo { color: #B452CD } /* Literal.Number.Oct */ \\ |
| | 765 | table.code td .sb { color: #CD5555 } /* Literal.String.Backtick */ \\ |
| | 766 | table.code td .sc { color: #CD5555 } /* Literal.String.Char */ \\ |
| | 767 | table.code td .sd { color: #CD5555 } /* Literal.String.Doc */ \\ |
| | 768 | table.code td .s2 { color: #CD5555 } /* Literal.String.Double */ \\ |
| | 769 | table.code td .se { color: #CD5555 } /* Literal.String.Escape */ \\ |
| | 770 | table.code td .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ \\ |
| | 771 | table.code td .si { color: #CD5555 } /* Literal.String.Interpol */ \\ |
| | 772 | table.code td .sx { color: #cb6c20 } /* Literal.String.Other */ \\ |
| | 773 | table.code td .sr { color: #1c7e71 } /* Literal.String.Regex */ \\ |
| | 774 | table.code td .s1 { color: #CD5555 } /* Literal.String.Single */ \\ |
| | 775 | table.code td .ss { color: #CD5555 } /* Literal.String.Symbol */ \\ |
| | 776 | table.code td .bp { color: #658b00 } /* Name.Builtin.Pseudo */ \\ |
| | 777 | table.code td .vc { color: #00688B } /* Name.Variable.Class */ \\ |
| | 778 | table.code td .vg { color: #00688B } /* Name.Variable.Global */ \\ |
| | 779 | table.code td .vi { color: #00688B } /* Name.Variable.Instance */ \\ |
| | 780 | table.code td .il { color: #B452CD } /* Literal.Number.Integer.Long */ \\ |
| | 781 | |
| | 782 | ---- |
| | 783 | **{{{__END__}}}** |