index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexHTML.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-21
Replace all instances of isascii with Scintilla-specific IsASCII.
Neil
1
-9
/
+9
2013-03-11
Bug [#1412]. Recognise a JavaScript RegExp literal in more situations.
nyamatongwe
1
-5
/
+3
2013-02-23
Bug: [#1447]. Interpret PHP within HTML comments.
nyamatongwe
1
-2
/
+1
2013-02-20
Removed function that is no longer used.
nyamatongwe
1
-5
/
+0
2013-02-20
Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction.
nyamatongwe
1
-0
/
+1
2012-08-25
Long XML script tag correctly lexed. Bug #3534190.
nyamatongwe
1
-1
/
+1
2012-07-05
LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is off
Colomban Wendling
1
-1
/
+1
2012-05-16
Fix signed/unsigned comparison warning.
nyamatongwe
1
-1
/
+1
2012-05-15
Avoid assertion failure at end of PHP document.
nyamatongwe
1
-1
/
+2
2012-04-21
Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027.
nyamatongwe
1
-3
/
+4
2012-04-21
Fix problem with JavaScript /*/ which starts a comment. Bug #3520032.
nyamatongwe
1
-0
/
+4
2012-02-16
Avoid switching to PHP in XML unless explicit. Bug #3488060.
nyamatongwe
1
-1
/
+1
2011-12-28
Fold only and all empty HTML tags
Unknown
1
-7
/
+8
2011-08-03
Fixed 64-bit warnings.
nyamatongwe
1
-6
/
+6
2011-06-24
Support for new Mako block syntax. Feature #3325178.
nyamatongwe
1
-10
/
+20
2011-06-23
Disable folding for mako template files. Bug #3324563.
nyamatongwe
1
-6
/
+1
2011-06-21
Support mako ## comments. Bug #3318818.
nyamatongwe
1
-0
/
+13
2011-05-21
Code formatting normalised to standard.
nyamatongwe
1
-6
/
+5
2011-04-22
Avoid warning.
nyamatongwe
1
-1
/
+1
2011-04-06
Django in HTML lexer recognizes {# #} comments. Bug #3013798.
nyamatongwe
1
-0
/
+31
2011-03-27
Fix folding failure with PHP within a line of Javascript. Bug #3193530.
nyamatongwe
1
-1
/
+2
2011-03-27
Fix for bug with wrong recognition of number after regex literal. Bug #3209108.
nyamatongwe
1
-11
/
+11
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2010-11-03
Support for #region for PHP. Feature #3101624.
nyamatongwe
1
-2
/
+12
2010-08-04
Bug #3038381 Escape of EOL in JS string does not work
nyamatongwe
1
-1
/
+3
2010-08-02
Moved line state one line earlier so it refers to the state at the end of the...
nyamatongwe
1
-3
/
+3
2010-07-31
Patch from Stephan to remove bad folding for Django. Bug #3034853.
nyamatongwe
1
-5
/
+0
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-13
/
+9
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+2132