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

  1. ;Ini File adicional Syntax highlight Script for Twistpad
  2. ;1998 - 20056 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=INI Files
  6. Extensions=ini;sys;bms;inf;reg;theme;dof;mif
  7. Functions=(?i)^\[
  8. ;Spell nothing
  9. Spelling=0
  10. ;Except when a word is in this Contexts:
  11. SpellingContexts=2
  12.  
  13. [Section]
  14. Type=StartStop
  15. Context=1
  16. Scope=0
  17. Priority=10
  18. WholeWordOnly=0
  19. First=[
  20. Last=
  21. Background=Default
  22. Foreground=0000FF
  23. Bold=0
  24. Italic=0
  25.  
  26. [Comment]
  27. Type=StartStop
  28. Context=2
  29. Scope=0
  30. Priority=10
  31. WholeWordOnly=0
  32. First=;
  33. Last=
  34. Background=Default
  35. Foreground=008000
  36. Italic=0
  37.  
  38. [Value]
  39. Type=StartStop
  40. Context=3
  41. Scope=0
  42. Priority=10
  43. WholeWordOnly=0
  44. First==
  45. Last=
  46. Background=Default
  47. Foreground=808080
  48. bold=0
  49.