| 42 skipped lines |
| 43 | | 43 | | #define SCLEX_NNCRONTAB 26 |
|
| 44 | | 44 | | #define SCLEX_BULLANT 27 |
|
| 45 | | 45 | | #define SCLEX_VBSCRIPT 28 |
|
| 46 | | #define SCLEX_ASP 29 | | |
| 47 | | #define SCLEX_PHP 30 | | |
| 48 | | 46 | | #define SCLEX_BAAN 31 |
|
| 49 | | 47 | | #define SCLEX_MATLAB 32 |
|
| 50 | | 48 | | #define SCLEX_SCRIPTOL 33 |
|
| 28 skipped lines |
| 79 | | 77 | | #define SCLEX_BASH 62 |
|
| 80 | | 78 | | #define SCLEX_ASN1 63 |
|
| 81 | | 79 | | #define SCLEX_VHDL 64 |
|
| | | 80 | | #define SCLEX_CAML 65 |
| | | 81 | | #define SCLEX_BLITZBASIC 66 |
| | | 82 | | #define SCLEX_PUREBASIC 67 |
| | | 83 | | #define SCLEX_HASKELL 68 |
| | | 84 | | #define SCLEX_PHPSCRIPT 69 |
| | | 85 | | #define SCLEX_TADS3 70 |
| | | 86 | | #define SCLEX_REBOL 71 |
| | | 87 | | #define SCLEX_SMALLTALK 72 |
| | | 88 | | #define SCLEX_FLAGSHIP 73 |
| | | 89 | | #define SCLEX_CSOUND 74 |
| | | 90 | | #define SCLEX_FREEBASIC 75 |
| 82 | | 91 | | #define SCLEX_AUTOMATIC 1000 |
|
| 83 | | 92 | | #define SCE_P_DEFAULT 0 |
|
| 84 | | 93 | | #define SCE_P_COMMENTLINE 1 |
|
| 9 skipped lines |
| 94 | | 103 | | #define SCE_P_IDENTIFIER 11 |
|
| 95 | | 104 | | #define SCE_P_COMMENTBLOCK 12 |
|
| 96 | | 105 | | #define SCE_P_STRINGEOL 13 |
|
| | | 106 | | #define SCE_P_WORD2 14 |
| | | 107 | | #define SCE_P_DECORATOR 15 |
| 97 | | 108 | | #define SCE_C_DEFAULT 0 |
|
| 98 | | 109 | | #define SCE_C_COMMENT 1 |
|
| 99 | | 110 | | #define SCE_C_COMMENTLINE 2 |
|
| 141 skipped lines |
| 241 | | 252 | | #define SCE_PL_ARRAY 13 |
|
| 242 | | 253 | | #define SCE_PL_HASH 14 |
|
| 243 | | 254 | | #define SCE_PL_SYMBOLTABLE 15 |
|
| | | 255 | | #define SCE_PL_VARIABLE_INDEXER 16 |
| 244 | | 256 | | #define SCE_PL_REGEX 17 |
|
| 245 | | 257 | | #define SCE_PL_REGSUBST 18 |
|
| 246 | | 258 | | #define SCE_PL_LONGQUOTE 19 |
|
| 8 skipped lines |
| 255 | | 267 | | #define SCE_PL_STRING_QX 28 |
|
| 256 | | 268 | | #define SCE_PL_STRING_QR 29 |
|
| 257 | | 269 | | #define SCE_PL_STRING_QW 30 |
|
| | | 270 | | #define SCE_PL_POD_VERB 31 |
| | | 271 | | #define SCE_RB_DEFAULT 0 |
| | | 272 | | #define SCE_RB_ERROR 1 |
| | | 273 | | #define SCE_RB_COMMENTLINE 2 |
| | | 274 | | #define SCE_RB_POD 3 |
| 25 skipped lines |
| | | 300 | | #define SCE_RB_WORD_DEMOTED 29 |
| | | 301 | | #define SCE_RB_STDIN 30 |
| | | 302 | | #define SCE_RB_STDOUT 31 |
| | | 303 | | #define SCE_RB_STDERR 40 |
| | | 304 | | #define SCE_RB_UPPER_BOUND 41 |
| 258 | | 305 | | #define SCE_B_DEFAULT 0 |
|
| 259 | | 306 | | #define SCE_B_COMMENT 1 |
|
| 260 | | 307 | | #define SCE_B_NUMBER 2 |
|
| 9 skipped lines |
| 270 | | 317 | | #define SCE_B_KEYWORD4 12 |
|
| 271 | | 318 | | #define SCE_B_CONSTANT 13 |
|
| 272 | | 319 | | #define SCE_B_ASM 14 |
|
| | | 320 | | #define SCE_B_LABEL 15 |
| | | 321 | | #define SCE_B_ERROR 16 |
| | | 322 | | #define SCE_B_HEXNUMBER 17 |
| | | 323 | | #define SCE_B_BINNUMBER 18 |
| 273 | | 324 | | #define SCE_PROPS_DEFAULT 0 |
|
| 274 | | 325 | | #define SCE_PROPS_COMMENT 1 |
|
| 275 | | 326 | | #define SCE_PROPS_SECTION 2 |
|
| 119 skipped lines |
| 395 | | 446 | | #define SCE_LISP_COMMENT 1 |
|
| 396 | | 447 | | #define SCE_LISP_NUMBER 2 |
|
| 397 | | 448 | | #define SCE_LISP_KEYWORD 3 |
|
| | | 449 | | #define SCE_LISP_KEYWORD_KW 4 |
| | | 450 | | #define SCE_LISP_SYMBOL 5 |
| 398 | | 451 | | #define SCE_LISP_STRING 6 |
|
| 399 | | 452 | | #define SCE_LISP_STRINGEOL 8 |
|
| 400 | | 453 | | #define SCE_LISP_IDENTIFIER 9 |
|
| 401 | | 454 | | #define SCE_LISP_OPERATOR 10 |
|
| | | 455 | | #define SCE_LISP_SPECIAL 11 |
| | | 456 | | #define SCE_LISP_MULTI_COMMENT 12 |
| 402 | | 457 | | #define SCE_EIFFEL_DEFAULT 0 |
|
| 403 | | 458 | | #define SCE_EIFFEL_COMMENTLINE 1 |
|
| 404 | | 459 | | #define SCE_EIFFEL_NUMBER 2 |
|
| 97 skipped lines |
| 502 | | 557 | | #define SCE_CSS_DOUBLESTRING 13 |
|
| 503 | | 558 | | #define SCE_CSS_SINGLESTRING 14 |
|
| 504 | | 559 | | #define SCE_CSS_IDENTIFIER2 15 |
|
| | | 560 | | #define SCE_CSS_ATTRIBUTE 16 |
| 505 | | 561 | | #define SCE_POV_DEFAULT 0 |
|
| 506 | | 562 | | #define SCE_POV_COMMENT 1 |
|
| 507 | | 563 | | #define SCE_POV_COMMENTLINE 2 |
|
| 65 skipped lines |
| 573 | | 629 | | #define SCE_NSIS_MACRODEF 12 |
|
| 574 | | 630 | | #define SCE_NSIS_STRINGVAR 13 |
|
| 575 | | 631 | | #define SCE_NSIS_NUMBER 14 |
|
| | | 632 | | #define SCE_NSIS_SECTIONGROUP 15 |
| | | 633 | | #define SCE_NSIS_PAGEEX 16 |
| | | 634 | | #define SCE_NSIS_FUNCTIONDEF 17 |
| | | 635 | | #define SCE_NSIS_COMMENTBOX 18 |
| 576 | | 636 | | #define SCE_MMIXAL_LEADWS 0 |
|
| 577 | | 637 | | #define SCE_MMIXAL_COMMENT 1 |
|
| 578 | | 638 | | #define SCE_MMIXAL_LABEL 2 |
|
| 22 skipped lines |
| 601 | | 661 | | #define SCE_CLW_PICTURE_STRING 7 |
|
| 602 | | 662 | | #define SCE_CLW_KEYWORD 8 |
|
| 603 | | 663 | | #define SCE_CLW_COMPILER_DIRECTIVE 9 |
|
| | | 664 | | #define SCE_CLW_RUNTIME_EXPRESSIONS 10 |
| 604 | | #define SCE_CLW_BUILTIN_PROCEDURES_FUNCTION 10 | | 665 | | #define SCE_CLW_BUILTIN_PROCEDURES_FUNCTION 11 |
| 605 | | #define SCE_CLW_STRUCTURE_DATA_TYPE 11 | | 666 | | #define SCE_CLW_STRUCTURE_DATA_TYPE 12 |
| 606 | | #define SCE_CLW_ATTRIBUTE 12 | | 667 | | #define SCE_CLW_ATTRIBUTE 13 |
| 607 | | #define SCE_CLW_STANDARD_EQUATE 13 | | 668 | | #define SCE_CLW_STANDARD_EQUATE 14 |
| 608 | | #define SCE_CLW_ERROR 14 | | 669 | | #define SCE_CLW_ERROR 15 |
| | | 670 | | #define SCE_CLW_DEPRECATED 16 |
| 609 | | 671 | | #define SCE_LOT_DEFAULT 0 |
|
| 610 | | 672 | | #define SCE_LOT_HEADER 1 |
|
| 611 | | 673 | | #define SCE_LOT_BREAK 2 |
|
| 119 skipped lines |
| 731 | | 793 | | #define SCE_AU3_SENT 10 |
|
| 732 | | 794 | | #define SCE_AU3_PREPROCESSOR 11 |
|
| 733 | | 795 | | #define SCE_AU3_SPECIAL 12 |
|
| | | 796 | | #define SCE_AU3_EXPAND 13 |
| | | 797 | | #define SCE_AU3_COMOBJ 14 |
| 734 | | 798 | | #define SCE_APDL_DEFAULT 0 |
|
| 735 | | 799 | | #define SCE_APDL_COMMENT 1 |
|
| 736 | | 800 | | #define SCE_APDL_COMMENTBLOCK 2 |
|
| 47 skipped lines |
| 784 | | 848 | | #define SCE_VHDL_STDPACKAGE 12 |
|
| 785 | | 849 | | #define SCE_VHDL_STDTYPE 13 |
|
| 786 | | 850 | | #define SCE_VHDL_USERWORD 14 |
|
| | | 851 | | #define SCE_CAML_DEFAULT 0 |
| | | 852 | | #define SCE_CAML_IDENTIFIER 1 |
| | | 853 | | #define SCE_CAML_TAGNAME 2 |
| | | 854 | | #define SCE_CAML_KEYWORD 3 |
| | | 855 | | #define SCE_CAML_KEYWORD2 4 |
| 152 skipped lines |
| | | 1008 | | #define SCE_CSOUND_IRATE_VAR 13 |
| | | 1009 | | #define SCE_CSOUND_GLOBAL_VAR 14 |
| | | 1010 | | #define SCE_CSOUND_STRINGEOL 15 |
| | | 1011 | | #define SCLEX_ASP 29 |
| | | 1012 | | #define SCLEX_PHP 30 |
| 787 | | 1013 | | //--Autogenerated -- end of section automatically generated from Scintilla.iface |
|
|
|
| 1 skipped line |