aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-27 01:12:47 +0000
committernyamatongwe <devnull@localhost>2001-02-27 01:12:47 +0000
commit092d0572b39dea08d13c8a5c0f17fdbec2d99cd0 (patch)
tree22b082b24bb31300a43cef5b26c824a7fcda3f32 /src/LexHTML.cxx
parente25dda1fdca3e282f7aaf4bf5cd5068031aad57d (diff)
downloadscintilla-mirror-092d0572b39dea08d13c8a5c0f17fdbec2d99cd0.tar.gz
Patch from Philippe to regularise comments.
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r--src/LexHTML.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx
index 800e46fee..8925c51b6 100644
--- a/src/LexHTML.cxx
+++ b/src/LexHTML.cxx
@@ -1,4 +1,4 @@
-// SciTE - Scintilla based Text Editor
+// Scintilla source code edit control
/** @file LexHTML.cxx
** Lexer for HTML.
**/
@@ -449,7 +449,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty
case SCE_H_SINGLESTRING:
case SCE_HJ_COMMENT:
case SCE_HJ_COMMENTDOC:
- // SCE_HJ_COMMENTLINE removed as this is a common thing done to hide
+ // SCE_HJ_COMMENTLINE removed as this is a common thing done to hide
// the end of script marker from some JS interpreters.
//case SCE_HJ_COMMENTLINE:
case SCE_HJ_DOUBLESTRING: