home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / TemaCD / winedit / vhd.cl_ < prev    next >
Text File  |  1998-05-19  |  2KB  |  160 lines

  1.  
  2. ;BLACK=0,0,0
  3. ;WHITE=255,255,255
  4. ;RED=255,0,0
  5. ;GREEN=0,255,0
  6. ;BLUE=0,0,255
  7. ;PURPLE=255,0,255
  8. ;YELLOW=255,255,0
  9. ;CYAN=0,255,255
  10. ;
  11. ;DKGRAY=192,192,192
  12. ;GRAY=128,128,128
  13. ;DKRED=128,0,0
  14. ;DKGREEN=0,128,0
  15. ;DKBLUE=0,0,128
  16. ;DKPURPLE=128,0,128
  17. ;DKYELLOW=128,128,0
  18. ;DKCYAN=0,128,128
  19.  
  20. [COLORS]
  21. ;Colors for Kewords (=1), Quoted Strings, Comments
  22. ;Default test and backgrond defined in syntax coloring dialog
  23. ;Additional colors defined here
  24. TYPE=128,0,128
  25. LEVEL=0,255,255
  26. ATTRIBUTE=128,0,0
  27.  
  28.  
  29.  
  30. [KEYWORDS]
  31. abs=1
  32. access=1
  33. after=1
  34. alias=1
  35. all=1
  36. and=1
  37. architecture=1
  38. array=1
  39. assert=1
  40. attribute=1
  41. begin=1
  42. block=1
  43. body=1
  44. buffer=1
  45. bus=1
  46. case=1
  47. component=1
  48. configuration=1
  49. constant=1
  50. disconnect=1
  51. downto=1
  52. else=1
  53. elsif=1
  54. end=1
  55. entity=1
  56. exit=1
  57. file=1
  58. for=1
  59. function=1
  60. generate=1
  61. generic=1
  62. guarded=1
  63. if=1
  64. in=1
  65. inout=1
  66. is=1
  67. label=1
  68. library=1
  69. linkage=1
  70. loop=1
  71. map=1
  72. mod=1
  73. nand=1
  74. new=1
  75. next=1
  76. nor=1
  77. not=1
  78. null=1
  79. of=1
  80. on=1
  81. open=1
  82. or=1
  83. others=1
  84. out=1
  85. package=1
  86. port=1
  87. procedure=1
  88. process=1
  89. range=1
  90. record=1
  91. register=1
  92. rem=1
  93. report=1
  94. return=1
  95. select=1
  96. severity=1
  97. signal=1
  98. subtype=1
  99. then=1
  100. to=1
  101. transport=1
  102. type=1
  103. units=1
  104. until=1
  105. use=1
  106. variable=1
  107. wait=1
  108. when=1
  109. while=1
  110. with=1
  111. xor=1
  112.  
  113. bit=TYPE
  114. bit_vector=TYPE
  115. boolean=TYPE
  116. character=TYPE
  117. error=TYPE
  118. failure=TYPE
  119. integer=TYPE
  120. natural=TYPE
  121. note=TYPE
  122. positive=TYPE
  123. real=TYPE
  124. severity_level=TYPE
  125. standard=TYPE
  126. std=TYPE
  127. std_logic=TYPE
  128. std_logic_vector=TYPE
  129. std_ulogic=TYPE
  130. std_ulogic_vector=TYPE
  131. string=TYPE
  132. textio=TYPE
  133. time=TYPE
  134. warning=TYPE
  135.  
  136. H=LEVEL
  137. L=LEVEL
  138. U=LEVEL
  139. Z=LEVEL
  140.  
  141. event=ATTRIBUTE
  142. active=ATTRIBUTE
  143. left=ATTRIBUTE
  144. right=ATTRIBUTE
  145. low=ATTRIBUTE
  146. high=ATTRIBUTE
  147. stable=ATTRIBUTE
  148. delayed=ATTRIBUTE
  149. quiet=ATTRIBUTE
  150. transaction=ATTRIBUTE
  151. range=ATTRIBUTE
  152. reverse_range=ATTRIBUTE
  153. pos=ATTRIBUTE
  154. val=ATTRIBUTE
  155. succ=ATTRIBUTE
  156. pred=ATTRIBUTE
  157. leftof=ATTRIBUTE
  158. rightof=ATTRIBUTE
  159.  
  160.