diff options
Diffstat (limited to 'lexers/LexCSS.cxx')
-rw-r--r-- | lexers/LexCSS.cxx | 3 |
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/ ) **/ |