diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-07-06 20:02:03 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-07-06 20:02:03 +0300 |
commit | 12e4cc85f793ec12c58074359bc53724dbf43ff3 (patch) | |
tree | 7539c1eef2a046bdc98c749da275fc2e262f4778 | |
parent | cb4728e2796c297d72f7276aba046b1fb6e08d69 (diff) | |
download | notepad2-mod-12e4cc85f793ec12c58074359bc53724dbf43ff3.zip notepad2-mod-12e4cc85f793ec12c58074359bc53724dbf43ff3.tar.gz notepad2-mod-12e4cc85f793ec12c58074359bc53724dbf43ff3.tar.bz2 |
Trim trailing spaces.
-rw-r--r-- | src/Styles.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Styles.c b/src/Styles.c index bd74ff7..69dd3af 100644 --- a/src/Styles.c +++ b/src/Styles.c @@ -278,7 +278,7 @@ KEYWORDLIST KeyWords_CSS = { "rendering-intent resize rest rest-after rest-before richness right rotation rotation-point ruby-align "
"ruby-overhang ruby-position ruby-span shape-image-threshold shape-inside shape-outside size slope speak "
"speak-header speak-numeral speak-punctuation speech-rate src stemh stemv stress string-set table-layout "
-"target target-name target-new target-position text-align text-align-last text-decoration "
+"target target-name target-new target-position text-align text-align-last text-decoration "
"text-decoration-color text-decoration-line text-decoration-style text-emphasis text-height text-indent "
"text-justify text-outline text-replace text-shadow text-transform text-wrap top topline transform "
"transform-origin transform-style transition transition-delay transition-duration transition-property "
@@ -291,7 +291,7 @@ KEYWORDLIST KeyWords_CSS = { "link not nth-child nth-last-child nth-last-of-type nth-of-type only-child only-of-type optional "
"out-of-range read-only read-write repeat-index repeat-item required right root target valid visited",
"", "",
-"after before first-letter first-line selection",
+"after before first-letter first-line selection",
"^-moz- ^-ms- ^-o- ^-webkit-",
"^-moz- ^-ms- ^-o- ^-webkit-",
"^-moz- ^-ms- ^-o- ^-webkit-",
@@ -2035,7 +2035,7 @@ KEYWORDLIST KeyWords_AU3 = { "_worddocaddlink _worddocaddpicture _worddocclose _worddocfindreplace _worddocgetcollection "
"_worddoclinkgetcollection _worddocopen _worddocprint _worddocpropertyget _worddocpropertyset _worddocsave "
"_worddocsaveas _worderrorhandlerderegister _worderrorhandlerregister _worderrornotify _wordmacrorun "
-"_wordpropertyget _wordpropertyset _wordquit",
+"_wordpropertyget _wordpropertyset _wordquit",
"" };
|