aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexHTML.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil1-9/+9
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode.
2013-03-11Bug [#1412]. Recognise a JavaScript RegExp literal in more situations.nyamatongwe1-5/+3
2013-02-23Bug: [#1447]. Interpret PHP within HTML comments.nyamatongwe1-2/+1
2013-02-20Removed function that is no longer used.nyamatongwe1-5/+0
2013-02-20Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction.nyamatongwe1-0/+1
2012-08-25Long XML script tag correctly lexed. Bug #3534190.nyamatongwe1-1/+1
From Sakshi Verma.
2012-07-05LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is offColomban Wendling1-1/+1
2012-05-16Fix signed/unsigned comparison warning.nyamatongwe1-1/+1
2012-05-15Avoid assertion failure at end of PHP document.nyamatongwe1-1/+2
2012-04-21Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027.nyamatongwe1-3/+4
Now backtracks by whole lines until not inside tag.
2012-04-21Fix problem with JavaScript /*/ which starts a comment. Bug #3520032.nyamatongwe1-0/+4
2012-02-16Avoid switching to PHP in XML unless explicit. Bug #3488060.nyamatongwe1-1/+1
2011-12-28Fold only and all empty HTML tagsUnknown1-7/+8
2011-08-03Fixed 64-bit warnings.nyamatongwe1-6/+6
2011-06-24Support for new Mako block syntax. Feature #3325178.nyamatongwe1-10/+20
From Stephan R.A. Deibel.
2011-06-23Disable folding for mako template files. Bug #3324563.nyamatongwe1-6/+1
From Stephan R.A. Deibel.
2011-06-21Support mako ## comments. Bug #3318818.nyamatongwe1-0/+13
From Stephan R.A. Deibel.
2011-05-21Code formatting normalised to standard.nyamatongwe1-6/+5
2011-04-22Avoid warning.nyamatongwe1-1/+1
2011-04-06Django in HTML lexer recognizes {# #} comments. Bug #3013798.nyamatongwe1-0/+31
From Stephan R.A. Deibel at Wingware.
2011-03-27Fix folding failure with PHP within a line of Javascript. Bug #3193530.nyamatongwe1-1/+2
2011-03-27Fix for bug with wrong recognition of number after regex literal. Bug #3209108.nyamatongwe1-11/+11
Added test for this case.
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-11-03Support for #region for PHP. Feature #3101624.nyamatongwe1-2/+12
2010-08-04Bug #3038381 Escape of EOL in JS string does not worknyamatongwe1-1/+3
Patch from Stephan Deibel.
2010-08-02Moved line state one line earlier so it refers to the state at the end of ↵nyamatongwe1-3/+3
the line. This makes it more robust when lines are inserted or removed as occurred in bug #3032652.
2010-07-31Patch from Stephan to remove bad folding for Django. Bug #3034853.nyamatongwe1-5/+0
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-13/+9
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+2132