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

  1. ;Cascading Style Sheets adicional Syntax highlight Script for Twistpad
  2. ;1998 - 2006 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Cascading Style Sheets
  6. Extensions=css
  7. Spelling=0
  8. SpellingContexts=
  9. delimiters=?%+/&*=<>|!~^,.:;(){}#*"][\/'
  10. Functions=.* {|^\{
  11.  
  12. [Comment]
  13. Type=StartStop
  14. Context=1
  15. Scope=0
  16. Priority=10
  17. WholeWordOnly=0
  18. First=/*
  19. Last=*/
  20. Background=Default
  21. Foreground=008000
  22. Outline=1
  23.  
  24. [Intag]
  25. Type=StartStop
  26. Context=3
  27. Scope=0
  28. Priority=9
  29. WholeWordOnly=0
  30. First={
  31. Last=}
  32. Background=default
  33. Foreground=0000FF
  34. bold=0
  35. Outline=1
  36.  
  37. [Value]
  38. Type=StartStop
  39. Context=4
  40. Scope=0
  41. Priority=5
  42. WholeWordOnly=0
  43. First=
  44. Last={
  45. Background=default
  46. Foreground=800000
  47. bold=0
  48.  
  49.  
  50. [Keys]
  51. Type=keyword
  52. Context=101
  53. Scope=3
  54. Priority=10
  55. WholeWordOnly=1
  56. Keyword1=background;background-attachment;background-color;background-image;background-position;background-repeat;border;border-bottom;border-bottom-color;
  57. Keyword2=border-bottom-style;border-bottom-width;border-collapse;border-color;border-left;border-left-color;border-left-style;border-left-width;border-right;
  58. Keyword3=border-right-color;border-right-style;border-right-width;border-spacing;border-style;border-top;border-top-color;border-top-style;border-top-width;border-width;
  59. Keyword4=bottom;caption-side;clear;clip;color;content;counter-increment;counter-reset;cursor;direction;display;display;empty-cells;float;font;font-family;font-size;font-size-adjust;
  60. Keyword5=font-stretch;font-style;font-variant;font-weight;height;left;letter-spacing;line-height;list-style;list-style-image;list-style-position;list-style-type;margin;margin-bottom;
  61. Keyword6=margin-left;margin-right;margin-top;marker-offset;max-height;max-width;min-height;min-width;outline;outline-color;outline-style;outline-width;overflow;padding;padding-bottom;
  62. Keyword7=padding-left;padding-right;padding-top;position;quotes;right;table-layout;text-align;text-decoration;text-indent;text-shadow;text-transform;top;unicode-bidi;vertical-align;visibility;white-space;width;word-spacing;z-index;
  63. Background=Default
  64. Foreground=FF0000
  65.