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 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd">
TODO
<language name="Ruby" version="1.17" kateversion="2.4" section="Scripts" extensions="*.rb;*.rjs;*.rxml" mimetype="application/x-ruby" author="Stefan Lang (langstefan@gmx.at), Sebastian Vuorinen (sebastian.vuorinen@helsinki.fi)" license="LGPL"> <highlighting> <list name="keywords"> <item> BEGIN </item> <item> END </item> <item> and </item> <item> begin </item> <item> break </item> <item> case </item> <item> defined? </item> <item> do </item> <item> else </item> <item> elsif </item> <item> end </item> <item> ensure </item> <item> for </item> <item> if </item> <item> in </item> <item> include </item> <item> next </item> <item> not </item> <item> or </item> <item> redo </item> <item> rescue </item> <item> retry </item> <item> return </item> <item> then </item> <item> unless </item> <item> until </item> <item> when </item> <item> while </item> <item> yield </item> </list> <list name="access-control"> <item> private_class_method </item> <item> private </item> <item> protected </item> <item> public_class_method </item> <item> public </item> </list>
<list name="attribute-definitions"> <item> attr_reader </item> <item> attr_writer </item> <item> attr_accessor </item> </list> <list name="definitions"> <item> alias </item> <item> module </item> <item> class </item> <item> def </item> <item> undef </item> </list> <list name="pseudo-variables"> <item> self </item> <item> super </item> <item> nil </item> <item> false </item> <item> true </item> <item> caller </item> <item> __FILE__ </item> <item> __LINE__ </item> </list> <list name="default-globals"> <item> $stdout </item> <item> $defout </item> <item> $stderr </item> <item> $deferr </item> <item> $stdin </item> </list> NOTE
<list name="kernel-methods"> <item> abort </item> <item> at_exit </item> <item> autoload </item> <item> autoload? </item> <item> binding </item> <item> block_given? </item> <item> callcc </item> <item> caller </item> <item> catch </item> <item> chomp </item> <item> chomp! </item> <item> chop </item> <item> chop! </item> <item> eval </item> <item> exec </item> <item> exit </item> <item> exit! </item> <item> fail </item> <item> fork </item> <item> format </item> <item> getc </item> <item> gets </item> <item> global_variables </item> <item> gsub </item> <item> gsub! </item> <item> iterator? </item> <item> lambda </item> <item> load </item> <item> local_variables </item> <item> loop </item> <item> method_missing </item> <item> open </item> <item> p </item> <item> print </item> <item> printf </item> <item> proc </item> <item> putc </item> <item> puts </item> <item> raise </item> <item> rand </item> <item> readline </item> <item> readlines </item> <item> require </item> <item> scan </item> <item> select </item> <item> set_trace_func </item> <item> sleep </item> <item> split </item> <item> sprintf </item> <item> srand </item> <item> sub </item> <item> sub! </item> <item> syscall </item> <item> system </item> <item> test </item> <item> throw </item> <item> trace_var </item> <item> trap </item> <item> untrace_var </item> <item> warn </item> </list> <list name="attention"> <item> TODO </item> <item> FIXME </item> <item> NOTE </item> </list> <contexts> <context name="Normal" attribute="Normal Text" lineEndContext="#stay"> <LineContinue attribute="Normal Text" context="Line Continue"/> <RegExpr attribute="Keyword" String="__END__$" context="DATA" column="0"/> <RegExpr attribute="Keyword" String="#!\/.*" context="#stay" column="0"/> <DetectChar attribute="Operator" char="{" context="Find closing block brace" beginRegion="def block"/> <RegExpr attribute="Keyword" String="(\=|\(|\[|\{)\s*(if|unless|while|until)\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="(while|until)\b(?!.*\bdo\b)" context="#stay" beginRegion="def block" firstNonSpace="true"/> <RegExpr attribute="Keyword" String="\;\s*(while|until)\b(?!.*\bdo\b)" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="(if|unless)\b" context="#stay" beginRegion="def block" firstNonSpace="true"/> <RegExpr attribute="Keyword" String="\;\s*(if|unless)\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bclass\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bmodule\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bbegin\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bfor\b(?!.*\bdo\b)" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bcase\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bdo\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bdef\b" context="#stay" beginRegion="def block"/> <RegExpr attribute="Keyword" String="\bend\b" context="#stay" endRegion="def block"/> <RegExpr attribute="Keyword" String="(\b|^\s*)(else|elsif|rescue|ensure)(\b|$)" context="#stay" endRegion="def block" beginRegion="def block"/> <StringDetect attribute="Operator" String="..." context="#stay"/> <Detect2Chars attribute="Operator" char="." char1="." context="#stay"/> <RegExpr attribute="Message" String="\.[_a-z][_a-zA-Z0-9]*(\?|\!|\b)" context="#stay"/> <RegExpr attribute="Dec" String="\s\?(\\M\-)?(\\C\-)?\\?\S" context="#stay"/> <keyword attribute="Keyword" String="keywords" context="#stay"/> <keyword attribute="Attribute Definition" String="attribute-definitions" context="#stay"/> <keyword attribute="Access Control" String="access-control" context="#stay"/> <keyword attribute="Definition" String="definitions" context="#stay" /> <keyword attribute="Pseudo variable" String="pseudo-variables" context="#stay"/> <keyword attribute="Default globals" String="default-globals" context="#stay"/> <keyword attribute="Kernel methods" String="kernel-methods" context="#stay"/>
<RegExpr attribute="Global Variable" String="\$[a-zA-Z_0-9]+" context="#stay"/> <RegExpr attribute="Global Variable" String="\$\-[a-zA-z_]\b" context="#stay"/> <RegExpr attribute="Default globals" String="\$[\d_*`\!:?'/\\\-\&"]" context="#stay"/> <RegExpr attribute="Global Constant" String="\b[_A-Z]+[A-Z_0-9]+\b" context="#stay"/> <RegExpr attribute="Constant" String="\b[A-Z]+_*([0-9]|[a-z])[_a-zA-Z0-9]*\b" context="#stay"/> <RegExpr attribute="Hex" String="\b\-?0[xX][_0-9a-fA-F]+" context="#stay"/> <RegExpr attribute="Bin" String="\b\-?0[bB][_01]+" context="#stay"/> <RegExpr attribute="Octal" String="\b\-?0[1-7][_0-7]*" context="#stay"/> <RegExpr attribute="Float" String="\b\-?[0-9][0-9_]*\.[0-9][0-9_]*([eE]\-?[1-9][0-9]*(\.[0-9]*)?)?" context="#stay"/> <RegExpr attribute="Dec" String="\b\-?[1-9][0-9_]*\b" context="#stay"/> <Int attribute="Dec" context="#stay"/> <HlCChar attribute="Char" context="#stay"/> <StringDetect attribute="Blockcomment" String="=begin" context="Embedded documentation" beginRegion="comment block" column="0"/>
<RegExpr attribute="Operator" context="find_indented_heredoc" String="\s*<<-(?=\w+|["'])" beginRegion="HereDocument" /> <RegExpr attribute="Operator" context="find_heredoc" String="\s*<<(?=\w+|["'])" beginRegion="HereDocument" /> <DetectChar attribute="Operator" char="." context="#stay"/> <Detect2Chars attribute="Operator" char="&" char1="&" context="#stay"/> <Detect2Chars attribute="Operator" char="|" char1="|" context="#stay"/> <RegExpr attribute="Operator" String="\s[\?\:\%/]\s" context="#stay"/> <RegExpr attribute="Operator" String="[|&<>\^\+*~\-=]+" context="#stay"/> <RegExpr attribute="Operator" String="\s!" context="#stay"/> <RegExpr attribute="Operator" String="/=\s" context="#stay" insensitive="0"/> <StringDetect attribute="Operator" String="%=" context="#stay" insensitive="0"/> <Detect2Chars attribute="Operator" char=":" char1=":" context="Member Access"/> <RegExpr attribute="Symbol" String=":[a-zA-Z_][a-zA-Z0-9_]*" context="#stay"/> <DetectChar attribute="String" char=""" context="Quoted String"/> <DetectChar attribute="Raw String" char="'" context="Apostrophed String"/> <DetectChar attribute="Command" char="`" context="Command String"/> <StringDetect attribute="Normal Text" String="?#" context="#stay"/> <RegExpr attribute="Comment" String="#\s*BEGIN.*$" context="#stay" beginRegion="marker" column="0"/> <RegExpr attribute="Comment" String="#\s*END.*$" context="#stay" endRegion="marker" column="0"/> <RegExpr attribute="Comment" String="#" context="Comment Line" firstNonSpace="true"/> <RegExpr attribute="Comment" String="(\b|\s)#" context="General Comment"/> <RegExpr attribute="Delimiter" String="[\[\]]+" context="#stay"/> <DetectChar attribute="Delimiter" char="{" context="#stay" beginRegion="def block"/> <DetectChar attribute="Delimiter" char="}" context="#stay" endRegion="def block"/> <RegExpr attribute="Instance Variable" String="@[a-zA-Z_0-9]+" context="#stay"/> <RegExpr attribute="Class Variable" String="@@[a-zA-Z_0-9]+" context="#stay"/> <DetectChar attribute="Regular Expression" char="/" context="RegEx 1"/> <RegExpr attribute="GDL input" context="find_gdl_input" String="\s*[%](?=[Qqxw]?[^\s])" beginRegion="GdlInput" /> </context> <context name="Line Continue" attribute="Normal Text" lineEndContext="#pop"> <RegExpr attribute="Keyword" String="(while|until)\b(?!.*\bdo\b)" context="#stay" firstNonSpace="true"/> <RegExpr attribute="Keyword" String="(if|unless)\b" context="#stay" firstNonSpace="true"/> <IncludeRules context="Normal"/> </context>
<context name="Find closing block brace" attribute="Normal Text" lineEndContext="#stay"> <DetectChar attribute="Operator" char="}" context="#pop" endRegion="def block"/> <IncludeRules context="Normal"/> </context> <context name="Quoted String" attribute="String" lineEndContext="#stay"> <StringDetect attribute="String" String="\\" context="#stay"/> <RegExpr attribute="String" String="\\\"" context="#stay"/> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> <DetectChar char=""" attribute="String" context="#pop"/> </context> <context name="Apostrophed String" attribute="Raw String" lineEndContext="#stay"> <StringDetect attribute="String" String="\\" context="#stay"/> <RegExpr attribute="String" String="\\\'" context="#stay"/> <DetectChar char="'" attribute="Raw String" context="#pop"/> </context> <context name="Command String" attribute="Command" lineEndContext="#stay"> <StringDetect attribute="String" String="\\" context="#stay"/> <RegExpr attribute="String" String="\\\`" context="#stay"/> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> <HlCChar attribute="Char" context="#pop"/> <DetectChar char="`" attribute="Command" context="#pop"/> </context> <context name="Embedded documentation" attribute="Comment" lineEndContext="#stay"> <StringDetect attribute="Comment" String="=end" context="#pop" endRegion="comment block" column="0"/> </context> <context name="RegEx 1" attribute="Regular Expression" lineEndContext="#stay"> <RegExpr attribute="Regular Expression" String="\\\/" context="#stay"/> <RegExpr attribute="Regular Expression" String="[^\\]$" context="#pop"/> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> <RegExpr attribute="Regular Expression" String="/[uiomxn]*" context="#pop"/> </context> <context name="Subst" attribute="Normal Text" lineEndContext="#stay"> <DetectChar attribute="Substitution" char="}" context="#pop"/> <IncludeRules context="Normal"/> </context>
<context name="Short Subst" attribute="Substitution" lineEndContext="#pop"> <RegExpr attribute="Substitution" String="#@{1,2}" context="#stay"/> <RegExpr attribute="Substitution" String="\w(?!\w)" context="#pop"/> </context> <context name="Member Access" attribute="Member" lineEndContext="#pop"> <RegExpr attribute="Message" String="\.?[_a-z]\w*(\?|\!)?(?=[^\w\d\.\:])" context="#pop"/> <RegExpr attribute="Message" String="\.?[_a-z]\w*(\?|\!)?" context="#stay"/> <RegExpr attribute="Constant" String="[A-Z]+_*(\d|[a-z])\w*(?=[^\w\d\.\:])" context="#pop"/> <RegExpr attribute="Constant" String="[A-Z]+_*([0-9]|[a-z])\w*" context="#stay"/> <RegExpr attribute="Constant Value" String="[_A-Z][_A-Z0-9]*(?=[^\w\d\.\:])" context="#pop"/> <RegExpr attribute="Constant Value" String="[_A-Z][_A-Z0-9]*" context="#stay"/> <Detect2Chars attribute="Operator" char=":" char1=":" context="#stay"/> <DetectChar attribute="Member" char="." context="#stay"/> <AnyChar attribute="Operator" String="=+-*/%|&[]{}~" context="#pop"/> <DetectChar attribute="Comment" char="#" context="#pop"/> <AnyChar attribute="Normal Text" String="()\" context="#pop"/> <RegExpr attribute="Member" String="\W" context="#pop"/> </context> <context name="Comment Line" attribute="Comment" lineEndContext="#pop"> <RegExpr attribute="Comment" String="\w\:\:\s" context="RDoc Label"/> <keyword attribute="Alert" String="attention" context="#stay"/> </context> <context name="General Comment" attribute="Comment" lineEndContext="#pop"> <keyword attribute="Dec" String="attention" context="#stay"/> </context> <context name="RDoc Label" attribute="RDoc Value" lineEndContext="#pop"/>
<context name="find_heredoc" attribute="Normal Text" lineEndContext="#pop" > <RegExpr attribute="Keyword" context="apostrophed_normal_heredoc" String="'(\w+)'" /> <RegExpr attribute="Keyword" context="normal_heredoc" String=""?(\w+)"?" /> </context> <context name="find_indented_heredoc" attribute="Normal Text" lineEndContext="#pop" > <RegExpr attribute="Keyword" context="apostrophed_indented_heredoc" String="'(\w+)'" /> <RegExpr attribute="Keyword" context="indented_heredoc" String=""?(\w+)"?" /> </context> <context name="indented_heredoc" attribute="Normal Text" lineEndContext="#stay" dynamic="true">
<RegExpr attribute="Keyword" context="#pop#pop" String="%1$" dynamic="true" endRegion="HereDocument" firstNonSpace="true"/> <IncludeRules context="heredoc_rules" /> </context> <context name="apostrophed_indented_heredoc" attribute="Normal Text" lineEndContext="#stay" dynamic="true">
<RegExpr attribute="Keyword" context="#pop#pop" String="%1$" dynamic="true" endRegion="HereDocument" firstNonSpace="true"/> </context> <context name="normal_heredoc" attribute="Normal Text" lineEndContext="#stay" dynamic="true">
<RegExpr attribute="Keyword" context="#pop#pop" String="%1$" dynamic="true" endRegion="HereDocument" column="0"/> <IncludeRules context="heredoc_rules" /> </context> <context name="apostrophed_normal_heredoc" attribute="Normal Text" lineEndContext="#stay" dynamic="true">
<RegExpr attribute="Keyword" context="#pop#pop" String="%1$" dynamic="true" endRegion="HereDocument" column="0"/> </context> <context name="heredoc_rules" attribute="Normal Text" lineEndContext="#stay"> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> </context>
<context name="find_gdl_input" attribute="Normal Text" lineEndContext="#pop"> <RegExpr attribute="GDL input" context="gdl_token_array_1" String="w\(" /> <RegExpr attribute="GDL input" context="gdl_token_array_2" String="w\{" /> <RegExpr attribute="GDL input" context="gdl_token_array_3" String="w\[" /> <RegExpr attribute="GDL input" context="gdl_token_array_4" String="w<" /> <RegExpr attribute="GDL input" context="gdl_token_array_5" String="w([^\s\w])" /> <RegExpr attribute="GDL input" context="gdl_apostrophed_1" String="q\(" /> <RegExpr attribute="GDL input" context="gdl_apostrophed_2" String="q\{" /> <RegExpr attribute="GDL input" context="gdl_apostrophed_3" String="q\[" /> <RegExpr attribute="GDL input" context="gdl_apostrophed_4" String="q<" /> <RegExpr attribute="GDL input" context="gdl_apostrophed_5" String="q([^\s\w])" /> <RegExpr attribute="GDL input" context="gdl_shell_command_1" String="x\(" /> <RegExpr attribute="GDL input" context="gdl_shell_command_2" String="x\{" /> <RegExpr attribute="GDL input" context="gdl_shell_command_3" String="x\[" /> <RegExpr attribute="GDL input" context="gdl_shell_command_4" String="x<" /> <RegExpr attribute="GDL input" context="gdl_shell_command_5" String="x([^\s\w])" /> <RegExpr attribute="GDL input" context="gdl_regexpr_1" String="r\(" /> <RegExpr attribute="GDL input" context="gdl_regexpr_2" String="r\{" /> <RegExpr attribute="GDL input" context="gdl_regexpr_3" String="r\[" /> <RegExpr attribute="GDL input" context="gdl_regexpr_4" String="r<" /> <RegExpr attribute="GDL input" context="gdl_regexpr_5" String="r([^\s\w])" />
<RegExpr attribute="GDL input" context="gdl_dq_string_1" String="Q?\(" /> <RegExpr attribute="GDL input" context="gdl_dq_string_2" String="Q?\{" /> <RegExpr attribute="GDL input" context="gdl_dq_string_3" String="Q?\[" /> <RegExpr attribute="GDL input" context="gdl_dq_string_4" String="Q?<" /> <RegExpr attribute="GDL input" context="gdl_dq_string_5" String="Q?([^\s\w])" /> </context> <context name="gdl_dq_string_1" attribute="String" lineEndContext="#stay" > <IncludeRules context="dq_string_rules" /> <Detect2Chars attribute="String" char="\" char1=")" context="#stay"/> <DetectChar attribute="String" context="gdl_dq_string_1_nested" char="(" /> <DetectChar attribute="GDL input" context="#pop#pop" char=")" endRegion="GdlInput" /> </context> <context name="gdl_dq_string_1_nested" attribute="String" lineEndContext="#stay" > <IncludeRules context="dq_string_rules" /> <DetectChar attribute="String" context="gdl_dq_string_1_nested" char="(" /> <DetectChar attribute="String" context="#pop" char=")" /> </context> <context name="gdl_dq_string_2" attribute="String" lineEndContext="#stay" > <IncludeRules context="dq_string_rules" /> <Detect2Chars attribute="String" char="\" char1="}" context="#stay"/> <DetectChar attribute="GDL input" context="#pop#pop" char="}" endRegion="GdlInput" /> <DetectChar attribute="String" context="gdl_dq_string_2_nested" char="{" /> </context> <context name="gdl_dq_string_2_nested" attribute="String" lineEndContext="#stay" > <DetectChar attribute="String" context="gdl_dq_string_2_nested" char="{" /> <DetectChar attribute="String" context="#pop" char="}" /> <IncludeRules context="dq_string_rules" /> </context> <context name="gdl_dq_string_3" attribute="String" lineEndContext="#stay" > <IncludeRules context="dq_string_rules" /> <Detect2Chars attribute="String" char="\" char1="]" context="#stay"/> <DetectChar attribute="String" context="gdl_dq_string_3_nested" char="[" /> <DetectChar attribute="GDL input" context="#pop#pop" char="]" endRegion="GdlInput" /> </context> <context name="gdl_dq_string_3_nested" attribute="String" lineEndContext="#stay" > <DetectChar attribute="String" context="gdl_dq_string_3_nested" char="[" /> <DetectChar attribute="String" context="#pop" char="]" /> <IncludeRules context="dq_string_rules" /> </context> <context name="gdl_dq_string_4" attribute="String" lineEndContext="#stay" > <IncludeRules context="dq_string_rules" /> <Detect2Chars attribute="String" char="\" char1=">" context="#stay"/> <DetectChar attribute="String" context="gdl_dq_string_4_nested" char="<" /> <DetectChar attribute="GDL input" context="#pop#pop" char=">" endRegion="GdlInput" /> </context> <context name="gdl_dq_string_4_nested" attribute="String" lineEndContext="#stay" > <DetectChar attribute="String" context="gdl_dq_string_4_nested" char="<" /> <DetectChar attribute="String" context="#pop" char=">" /> <IncludeRules context="dq_string_rules" /> </context>
<context name="gdl_dq_string_5" attribute="String" lineEndContext="#stay" dynamic="true"> <IncludeRules context="dq_string_rules" /> <RegExpr attribute="String" String="\\%1" context="#stay" dynamic="true" /> <RegExpr attribute="GDL input" context="#pop#pop" String="\s*%1" dynamic="true" endRegion="GdlInput" /> </context> <context name="dq_string_rules" attribute="String" lineEndContext="#stay" > <Detect2Chars attribute="String" char="\" char1="\" context="#stay"/> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> </context> <context name="gdl_token_array_1" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <Detect2Chars attribute="String" char="\" char1=")" context="#stay"/> <DetectChar attribute="String" context="gdl_token_array_1_nested" char="(" /> <DetectChar attribute="GDL input" context="#pop#pop" char=")" endRegion="GdlInput" /> </context> <context name="gdl_token_array_1_nested" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <DetectChar attribute="String" context="gdl_token_array_1_nested" char="(" /> <DetectChar attribute="String" context="#pop" char=")" /> </context> <context name="gdl_token_array_2" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <Detect2Chars attribute="String" char="\" char1="}" context="#stay"/> <DetectChar attribute="GDL input" context="#pop#pop" char="}" endRegion="GdlInput" /> <DetectChar attribute="String" context="gdl_token_array_2_nested" char="{" /> </context> <context name="gdl_token_array_2_nested" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <DetectChar attribute="String" context="gdl_token_array_2_nested" char="{" /> <DetectChar attribute="String" context="#pop" char="}" /> </context> <context name="gdl_token_array_3" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <Detect2Chars attribute="String" char="\" char1="]" context="#stay"/> <DetectChar attribute="String" context="gdl_token_array_3_nested" char="[" /> <DetectChar attribute="GDL input" context="#pop#pop" char="]" endRegion="GdlInput" /> </context> <context name="gdl_token_array_3_nested" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <DetectChar attribute="String" context="gdl_token_array_3_nested" char="[" /> <DetectChar attribute="String" context="#pop" char="]" /> </context> <context name="gdl_token_array_4" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <Detect2Chars attribute="String" char="\" char1=">" context="#stay"/> <DetectChar attribute="String" context="gdl_token_array_4_nested" char="<" /> <DetectChar attribute="GDL input" context="#pop#pop" char=">" endRegion="GdlInput" /> </context> <context name="gdl_token_array_4_nested" attribute="String" lineEndContext="#stay" > <IncludeRules context="token_array_rules" /> <DetectChar attribute="String" context="gdl_token_array_4_nested" char="<" /> <DetectChar attribute="String" context="#pop" char=">" /> </context>
<context name="gdl_token_array_5" attribute="String" lineEndContext="#stay" dynamic="true"> <IncludeRules context="token_array_rules" /> <RegExpr attribute="String" String="\\%1" context="#stay" dynamic="true"/> <RegExpr attribute="GDL input" context="#pop#pop" String="\s*%1" dynamic="true" endRegion="GdlInput" /> </context> <context name="token_array_rules" attribute="String" lineEndContext="#stay" > <StringDetect attribute="String" String="\\" context="#stay"/> </context> <context name="gdl_apostrophed_1" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <Detect2Chars attribute="Raw String" char="\" char1=")" context="#stay"/> <DetectChar attribute="Raw String" context="gdl_apostrophed_1_nested" char="(" /> <DetectChar attribute="GDL input" context="#pop#pop" char=")" endRegion="GdlInput" /> </context> <context name="gdl_apostrophed_1_nested" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <DetectChar attribute="Raw String" context="gdl_apostrophed_1_nested" char="(" /> <DetectChar attribute="Raw String" context="#pop" char=")" /> </context> <context name="gdl_apostrophed_2" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <Detect2Chars attribute="Raw String" char="\" char1="}" context="#stay"/> <DetectChar attribute="GDL input" context="#pop#pop" char="}" endRegion="GdlInput" /> <DetectChar attribute="Raw String" context="gdl_apostrophed_2_nested" char="{" /> </context> <context name="gdl_apostrophed_2_nested" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <DetectChar attribute="Raw String" context="gdl_apostrophed_2_nested" char="{" /> <DetectChar attribute="Raw String" context="#pop" char="}" /> </context> <context name="gdl_apostrophed_3" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <Detect2Chars attribute="Raw String" char="\" char1="]" context="#stay"/> <DetectChar attribute="Raw String" context="gdl_apostrophed_3_nested" char="[" /> <DetectChar attribute="GDL input" context="#pop#pop" char="]" endRegion="GdlInput" /> </context> <context name="gdl_apostrophed_3_nested" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <DetectChar attribute="Raw String" context="gdl_apostrophed_3_nested" char="[" /> <DetectChar attribute="Raw String" context="#pop" char="]" /> </context> <context name="gdl_apostrophed_4" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <Detect2Chars attribute="Raw String" char="\" char1=">" context="#stay"/> <DetectChar attribute="Raw String" context="gdl_apostrophed_4_nested" char="<" /> <DetectChar attribute="GDL input" context="#pop#pop" char=">" endRegion="GdlInput" /> </context> <context name="gdl_apostrophed_4_nested" attribute="Raw String" lineEndContext="#stay" > <IncludeRules context="apostrophed_rules" /> <DetectChar attribute="Raw String" context="gdl_apostrophed_4_nested" char="<" /> <DetectChar attribute="Raw String" context="#pop" char=">" /> </context>
<context name="gdl_apostrophed_5" attribute="Raw String" lineEndContext="#stay" dynamic="true"> <IncludeRules context="apostrophed_rules" /> <RegExpr attribute="Raw String" String="\\%1" context="#stay" dynamic="true"/> <RegExpr attribute="GDL input" context="#pop#pop" String="\s*%1" dynamic="true" endRegion="GdlInput" /> </context> <context name="apostrophed_rules" attribute="Raw String" lineEndContext="#stay" > <Detect2Chars attribute="Raw String" char="\" char1="\" context="#stay"/> </context> <context name="gdl_shell_command_1" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <Detect2Chars attribute="Command" char="\" char1=")" context="#stay"/> <DetectChar attribute="Command" context="gdl_shell_command_1_nested" char="(" /> <DetectChar attribute="GDL input" context="#pop#pop" char=")" endRegion="GdlInput" /> </context> <context name="gdl_shell_command_1_nested" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <DetectChar attribute="Command" context="gdl_shell_command_1_nested" char="(" /> <DetectChar attribute="Command" context="#pop" char=")" /> </context> <context name="gdl_shell_command_2" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <Detect2Chars attribute="Command" char="\" char1="}" context="#stay"/> <DetectChar attribute="GDL input" context="#pop#pop" char="}" endRegion="GdlInput" /> <DetectChar attribute="Command" context="gdl_shell_command_2_nested" char="{" /> </context> <context name="gdl_shell_command_2_nested" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <DetectChar attribute="Command" context="gdl_shell_command_2_nested" char="{" /> <DetectChar attribute="Command" context="#pop" char="}" /> </context> <context name="gdl_shell_command_3" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <Detect2Chars attribute="Command" char="\" char1="]" context="#stay"/> <DetectChar attribute="Command" context="gdl_shell_command_3_nested" char="[" /> <DetectChar attribute="GDL input" context="#pop#pop" char="]" endRegion="GdlInput" /> </context> <context name="gdl_shell_command_3_nested" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <DetectChar attribute="Command" context="gdl_shell_command_3_nested" char="[" /> <DetectChar attribute="Command" context="#pop" char="]" /> </context> <context name="gdl_shell_command_4" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <Detect2Chars attribute="Command" char="\" char1=">" context="#stay"/> <DetectChar attribute="Command" context="gdl_shell_command_4_nested" char="<" /> <DetectChar attribute="GDL input" context="#pop#pop" char=">" endRegion="GdlInput" /> </context> <context name="gdl_shell_command_4_nested" attribute="Command" lineEndContext="#stay" > <IncludeRules context="shell_command_rules" /> <DetectChar attribute="Command" context="gdl_shell_command_4_nested" char="<" /> <DetectChar attribute="Command" context="#pop" char=">" /> </context>
<context name="gdl_shell_command_5" attribute="Command" lineEndContext="#stay" dynamic="true"> <IncludeRules context="shell_command_rules" /> <RegExpr attribute="Command" String="\\%1" context="#stay" dynamic="true" /> <RegExpr attribute="GDL input" context="#pop#pop" String="\s*%1" dynamic="true" endRegion="GdlInput" /> </context> <context name="shell_command_rules" attribute="Command" lineEndContext="#stay" > <Detect2Chars attribute="Command" char="\" char1="\" context="#stay"/> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> </context> <context name="gdl_regexpr_1" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <Detect2Chars attribute="Regular Expression" char="\" char1=")" context="#stay"/> <DetectChar attribute="Regular Expression" context="gdl_regexpr_1_nested" char="(" /> <RegExpr attribute="GDL input" context="#pop#pop" String="\)[uiomxn]*" endRegion="GdlInput" /> </context> <context name="gdl_regexpr_1_nested" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <DetectChar attribute="Regular Expression" context="gdl_regexpr_1_nested" char="(" /> <DetectChar attribute="Regular Expression" context="#pop" char=")" /> </context> <context name="gdl_regexpr_2" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <Detect2Chars attribute="Regular Expression" char="\" char1="}" context="#stay"/> <RegExpr attribute="GDL input" context="#pop#pop" String="\}[uiomxn]*" endRegion="GdlInput" /> <DetectChar attribute="Regular Expression" context="gdl_regexpr_2_nested" char="{" /> </context> <context name="gdl_regexpr_2_nested" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <DetectChar attribute="Regular Expression" context="gdl_regexpr_2_nested" char="{" /> <DetectChar attribute="Regular Expression" context="#pop" char="}" /> </context> <context name="gdl_regexpr_3" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <Detect2Chars attribute="Regular Expression" char="\" char1="]" context="#stay"/> <DetectChar attribute="Regular Expression" context="gdl_regexpr_3_nested" char="[" /> <RegExpr attribute="GDL input" context="#pop#pop" String="\][uiomxn]*" endRegion="GdlInput" /> </context> <context name="gdl_regexpr_3_nested" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <DetectChar attribute="Regular Expression" context="gdl_regexpr_3_nested" char="[" /> <DetectChar attribute="Regular Expression" context="#pop" char="]" /> </context> <context name="gdl_regexpr_4" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <Detect2Chars attribute="Regular Expression" char="\" char1=">" context="#stay"/> <DetectChar attribute="Regular Expression" context="gdl_regexpr_4_nested" char="<" /> <RegExpr attribute="GDL input" context="#pop#pop" String=">[uiomxn]*" endRegion="GdlInput" /> </context> <context name="gdl_regexpr_4_nested" attribute="Regular Expression" lineEndContext="#stay" > <IncludeRules context="regexpr_rules" /> <DetectChar attribute="Regular Expression" context="gdl_regexpr_4_nested" char="<" /> <DetectChar attribute="Regular Expression" context="#pop" char=">" /> </context>
<context name="gdl_regexpr_5" attribute="Regular Expression" lineEndContext="#stay" dynamic="true"> <IncludeRules context="regexpr_rules" /> <RegExpr attribute="Regular Expression" String="\\%1" context="#stay" dynamic="true" /> <RegExpr attribute="GDL input" context="#pop#pop" String="\s*%1[uiomxn]*" dynamic="true" endRegion="GdlInput" /> </context> <context name="regexpr_rules" attribute="Regular Expression" lineEndContext="#stay" > <Detect2Chars attribute="Regular Expression" char="\" char1="\" context="#stay"/> <RegExpr attribute="Substitution" String="#@{1,2}" context="Short Subst"/> <Detect2Chars attribute="Substitution" char="#" char1="{" context="Subst"/> </context> <context name="DATA" attribute="Data" lineEndContext="#stay"/> </contexts> <itemDatas> <itemData name="Normal Text" defStyleNum="dsNormal"/> <itemData name="Keyword" defStyleNum="dsKeyword"/> <itemData name="Attribute Definition" defStyleNum="dsOthers"/> <itemData name="Access Control" defStyleNum="dsKeyword" color="#0000FF"/> <itemData name="Definition" defStyleNum="dsKeyword"/> <itemData name="Pseudo variable" defStyleNum="dsDecVal"/> <itemData name="Dec" defStyleNum="dsDecVal"/> <itemData name="Float" defStyleNum="dsFloat"/> <itemData name="Char" defStyleNum="dsChar"/> <itemData name="Octal" defStyleNum="dsBaseN"/> <itemData name="Hex" defStyleNum="dsBaseN"/> <itemData name="Bin" defStyleNum="dsBaseN"/> <itemData name="Symbol" defStyleNum="dsString" color="#D40000"/> <itemData name="String" defStyleNum="dsString"/> <itemData name="Raw String" defStyleNum="dsString" color="#DD4A4A" selColor="#DD4A4A"/> <itemData name="Command" defStyleNum="dsString" color="#AA3000"/> <itemData name="Message" defStyleNum="dsNormal" color="#4000A7"/> <itemData name="Regular Expression" defStyleNum="dsOthers" color="#4A5704"/> <itemData name="Substitution" defStyleNum="dsOthers"/> <itemData name="Data" defStyleNum="dsNormal"/> <itemData name="GDL input" defStyleNum="dsOthers" /> <itemData name="Default globals" defStyleNum="dsDataType" color="#C00000" bold="1"/> <itemData name="Global Variable" defStyleNum="dsDataType" color="#C00000"/> <itemData name="Global Constant" defStyleNum="dsDataType" color="#bb1188" bold="1"/> <itemData name="Constant" defStyleNum="dsDataType"/> <itemData name="Constant Value" defStyleNum="dsDataType" color="#bb1188"/> <itemData name="Kernel methods" defStyleNum="dsNormal" color="#000080" selColor="#ffffff"/> <itemData name="Member" defStyleNum="dsNormal"/> <itemData name="Instance Variable" defStyleNum="dsOthers"/> <itemData name="Class Variable" defStyleNum="dsOthers"/> <itemData name="Comment" defStyleNum="dsComment"/> <itemData name="Blockcomment" defStyleNum="dsComment"/> <itemData name="Region Marker" defStyleNum="dsNormal" color="#0000ff"/> <itemData name="RDoc Value" defStyleNum="dsOthers"/> <itemData name="Error" defStyleNum="dsError" /> <itemData name="Alert" defStyleNum="dsAlert" />
<itemData name="Delimiter" defStyleNum="dsChar"/> <itemData name="Expression" defStyleNum="dsOthers"/> <itemData name="Operator" defStyleNum="dsChar"/> </itemDatas> </highlighting> <general> <comments> <comment name="singleLine" start="#"/> </comments> <keywords casesensitive="1" weakDeliminator="!?"/> </general> </language>
|