home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / Editeur / JAVA.INI < prev    next >
INI File  |  1997-09-05  |  469b  |  58 lines

  1. [FileTypes]
  2. Types=*.jav;*.java
  3.  
  4. [Comments]
  5. Beginning=/*|//|
  6. End=*/||
  7.  
  8. [Keywords]
  9. abstract
  10. boolean
  11. break
  12. byte
  13. case
  14. catch
  15. char
  16. class
  17. const
  18. continue
  19. default
  20. do
  21. double
  22. else
  23. extends
  24. final
  25. finally
  26. float
  27. for
  28. goto
  29. if
  30. implements
  31. import
  32. instance
  33. int
  34. interface
  35. long
  36. natvie
  37. new
  38. package
  39. private
  40. protected
  41. public
  42. return
  43. short
  44. static
  45. super
  46. switch
  47. synchronized
  48. this
  49. throw
  50. throws
  51. transient
  52. try
  53. void
  54. volatile
  55. while
  56. false
  57. null
  58. true