home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Shareware / Twistpad 1.1 / Setup.exe / Syntax / Cobol.sdf < prev    next >
Encoding:
Text File  |  2006-04-29  |  1.4 KB  |  63 lines

  1. ;Cobol adicional Syntax highlight Script for Twistpad
  2. ;1998 - 2006 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Cobol
  6. Extensions=cob;cpy;cbl
  7. Spelling=0 
  8. SpellingContexts=1;2;3
  9.  
  10. [Comment1]
  11. Type=StartStop
  12. Context=1
  13. Scope=0
  14. Priority=10
  15. WholeWordOnly=0
  16. First=/
  17. Last=
  18. Background=Default
  19. Foreground=008000
  20. italic=0
  21.  
  22. [Comment2]
  23. Type=StartStop
  24. Context=2
  25. Scope=0
  26. Priority=10
  27. WholeWordOnly=1
  28. First=*
  29. Last=
  30. Background=Default
  31. Foreground=008000
  32. italic=0
  33.  
  34. [Quote]
  35. Type=StartStop
  36. Context=3
  37. Scope=0
  38. Priority=10
  39. WholeWordOnly=0
  40. First="
  41. Last="
  42. Background=Default
  43. Foreground=408080
  44.  
  45. [Cobol Keywords]
  46. Type=keyword
  47. Context=101
  48. Scope=0
  49. Priority=6
  50. WholeWordOnly=1
  51. CaseSensitive=1
  52. Keyword2=FD;GO;IF;IS;KD;OR;RD;SD;TO
  53. Keyword3=ADD;AND;END;KEY;NOT;PIC;SET
  54. Keyword4=CALL;COPY;DATA;ELSE;EXIT;FILE;MODE;MOVE;NEXT;OPEN;READ;THRU
  55. Keyword5=BLOCK;CLOSE;EJECT;ENTRY;INPUT;LABEL;REALM;SPACE;TIMES;UNTIL;USING;VALUE;WRITE
  56. Keyword6=ACCESS;ASSIGN;AUTHOR;END-IF;GIVING;GOBACK;OCCURS;OUTPUT;RECORD;RELOAD;SELECT;STATUS;STRING
  57. Keyword7=DISPLAY;PERFORM;PICTURE;RECORDS;SECTION;SERVICE;CONTAINS;DIVISION;STANDARD;UNSTRING;DEPENDING;PROCEDURE;REDEFINES;STRUCTURE
  58. Keyword8=ENVIROMENT;PROGRAM-ID;ENVIRONMENT;DECLARATIVES;FILE-CONTROL;INPUT-OUTPUT;ORGANIZATION
  59. Keyword9=CONFIGURATION;DATE-WRITTEN;FILE-CONTROL;DATE-COMPILED;DECIMAL-POINT;SPECIAL-NAMES;IDENTIFICATION;OBJECT-COMPUTER;SOURCE-COMPUTER
  60. Background=Default
  61. Foreground=0000FF
  62. Bold=0
  63.