diff options
| author | nyamatongwe <unknown> | 2001-02-27 01:12:47 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-02-27 01:12:47 +0000 | 
| commit | 69e59e3f5096b8bda0408cd4feb67cb22930e75b (patch) | |
| tree | 22b082b24bb31300a43cef5b26c824a7fcda3f32 /src/LexHTML.cxx | |
| parent | a1e8419f50f4b017147f0fe18df81a167c8c0fac (diff) | |
| download | scintilla-mirror-69e59e3f5096b8bda0408cd4feb67cb22930e75b.tar.gz | |
Patch from Philippe to regularise comments.
Diffstat (limited to 'src/LexHTML.cxx')
| -rw-r--r-- | src/LexHTML.cxx | 4 | 
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:  | 
