aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCSS.cxx
diff options
context:
space:
mode:
authorZufu Liu <unknown>2017-09-15 19:51:21 +1000
committerZufu Liu <unknown>2017-09-15 19:51:21 +1000
commitb119ea4f496f4ac92afd26c8cf5408572ab34873 (patch)
treee46a49b1f7d16fe823a87494d8b5156913bbe1b0 /lexers/LexCSS.cxx
parent5408e40b1bf7ebe1273cd61dc33772fb5c4d226e (diff)
downloadscintilla-mirror-b119ea4f496f4ac92afd26c8cf5408572ab34873.tar.gz
Backport: Bug [#1972]. Change encoding used in comments to UTF-8.
Backport of changeset 6392:dd15228b06e7.
Diffstat (limited to 'lexers/LexCSS.cxx')
-rw-r--r--lexers/LexCSS.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lexers/LexCSS.cxx b/lexers/LexCSS.cxx
index 6e4739d3e..c1a86f537 100644
--- a/lexers/LexCSS.cxx
+++ b/lexers/LexCSS.cxx
@@ -1,7 +1,8 @@
// Scintilla source code edit control
+// Encoding: UTF-8
/** @file LexCSS.cxx
** Lexer for Cascading Style Sheets
- ** Written by Jakub Vrána
+ ** Written by Jakub Vrána
** Improved by Philippe Lhoste (CSS2)
** Improved by Ross McKay (SCSS mode; see http://sass-lang.com/ )
**/