home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / kon115.zip / ada95.syn next >
Text File  |  1998-09-12  |  2KB  |  100 lines

  1.  
  2. @CASE_INSENSITIVE
  3.  
  4. @LITERALCHAR
  5. \
  6.  
  7. @PAIR
  8.  "       8       -1 " 
  9.  '       8       -1 '
  10.  
  11. @WORDTOEOL
  12.  
  13. --                8     -1    c
  14.  
  15. @KEYWORD
  16.  
  17. abort      1  -1
  18. abs        1  -1
  19. abstract   1  -1
  20. accept     1  -1
  21. access     1  -1
  22. aliased    1  -1
  23. all        1  -1
  24. and        1  -1
  25. array      1  -1
  26. at         1  -1
  27. begin      1  -1
  28. body       1  -1
  29. case       1  -1
  30. constant   1  -1
  31. declare    1  -1
  32. delay      1  -1
  33. delta      1  -1
  34. digits     1  -1
  35. do         1  -1
  36. else       1  -1
  37. elsif      1  -1
  38. end        1  -1
  39. entry      1  -1
  40. exception  1  -1
  41. exit       1  -1
  42. for        1  -1
  43. function   1  -1
  44. generic    1  -1
  45. goto       1  -1
  46. if         1  -1
  47. in         1  -1
  48. is         1  -1
  49. limited    1  -1
  50. loop       1  -1
  51. mod        1  -1
  52. new        1  -1
  53. not        1  -1
  54. null       1  -1
  55. of         1  -1
  56. or         1  -1
  57. others     1  -1
  58. out        1  -1
  59. package    1  -1
  60. pragma     1  -1
  61. private    1  -1
  62. procedure  1  -1
  63. protected  1  -1
  64. raise      1  -1
  65. range      1  -1
  66. record     1  -1
  67. rem        1  -1
  68. renames    1  -1
  69. requeue    1  -1
  70. return     1  -1
  71. reverse    1  -1
  72. select     1  -1
  73. separate   1  -1
  74. subtype    1  -1
  75. tagged     1  -1
  76. task       1  -1
  77. terminate  1  -1
  78. then       1  -1
  79. type       1  -1
  80. until      1  -1
  81. use        1  -1
  82. when       1  -1
  83. while      1  -1
  84. with       1  -1
  85. xor        1  -1
  86.  
  87. boolean          9   -1
  88. integer          9   -1
  89. natural          9   -1
  90. positive         9   -1
  91. float            9   -1
  92. character        9   -1
  93. wide_character   9   -1
  94. string           9   -1
  95. duration         9   -1
  96. constraint_error 9   -1
  97. program_error    9   -1
  98. storage_error    9   -1
  99. tasking_error    9   -1
  100.