home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epm603b.zip / EPMAPP.ZIP / EPMKWDS.ADA < prev    next >
Text File  |  1996-05-31  |  3KB  |  101 lines

  1. @ -----------------------------------------------------------------
  2. @ Sample of keywords file for the keywords highlighting feature of EPM
  3. @ -----------------------------------------------------------------
  4. @  This file is used by EPM to figure out which keywords to highlight
  5. @  It contains all the ISO 8652:95 Ada keywords.
  6. @  (Contributed by Geert Bosch)
  7. @  EPM looks for this file along the EPMPATH.
  8. @
  9. @ ------------------------------------------------------------------
  10. @ Format of the file - see EPMKWDS.C for details
  11. @ ------------------------------------------------------------------
  12. @
  13. @ -----------------------------------------------------------------
  14. @ Actual description of the keywords
  15. @ -----------------------------------------------------------------
  16. @
  17. @DELIM
  18. @
  19. @ Start   Color Color  End     Escape
  20. @ string  bg    fg     string  character
  21.   --       -1     13
  22.   "        -1     12   "
  23.   %        -1     12   %
  24. @
  25. @CHARSET
  26. @
  27. abcdefghijklmnopqrstuvwxyz_'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
  28. @
  29. @INSENSITIVE
  30. @
  31. @ -------------------- Ada keywords ---------------------------
  32. abort           -1      5
  33. abs             -1      5
  34. abstract        -1      5
  35. accept          -1      5
  36. access          -1      5
  37. aliased         -1      5
  38. all             -1      5
  39. and             -1      5
  40. array           -1      5
  41. at              -1      5
  42. begin           -1      5
  43. body            -1      5
  44. case            -1      5
  45. constant        -1      5
  46. declare         -1      5
  47. delay           -1      5
  48. delta           -1      5
  49. digits          -1      5
  50. do              -1      5
  51. else            -1      5
  52. elsif           -1      5
  53. end             -1      5
  54. entry           -1      5
  55. exception       -1      5
  56. exit            -1      5
  57. for             -1      5
  58. function        -1      5
  59. generic         -1      5
  60. goto            -1      5
  61. if              -1      5
  62. in              -1      5
  63. is              -1      5
  64. limited         -1      5
  65. loop            -1      5
  66. mod             -1      5
  67. new             -1      5
  68. not             -1      5
  69. null            -1      5
  70. of              -1      5
  71. or              -1      5
  72. others          -1      5
  73. out             -1      5
  74. package         -1      5
  75. pragma          -1      5
  76. private         -1      5
  77. procedure       -1      5
  78. protected       -1      5
  79. raise           -1      5
  80. range           -1      5
  81. record          -1      5
  82. rem             -1      5
  83. renames         -1      5
  84. requeue         -1      5
  85. return          -1      5
  86. reverse         -1      5
  87. select          -1      5
  88. separate        -1      5
  89. subtype         -1      5
  90. tagged          -1      5
  91. task            -1      5
  92. terminate       -1      5
  93. then            -1      5
  94. type            -1      5
  95. until           -1      5
  96. use             -1      5
  97. when            -1      5
  98. while           -1      5
  99. with            -1      5
  100. xor             -1      5
  101.