aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Feature: [#978]. Update preprocessor defines upon encountering an #undef dire...nyamatongwe1-3/+19
2013-02-20Recognise GCC include path diagnostics that appear before an error.nyamatongwe1-0/+4
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
2013-01-30Fix clang --analyze warnings.nyamatongwe1-2/+2
2013-01-11Add folding support to the GetText (PO) lexerColomban Wendling1-1/+65
2013-01-19Implement Unicode line ends and substyles in C++ lexer.nyamatongwe1-21/+72
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe2-297/+539
2013-01-10Updated to style hidden commands differently.nyamatongwe1-69/+116
2012-12-30Fix parsing of JavaScript regular expressions containing a delimiter in a rangeColomban Wendling1-6/+11
2012-12-30Bug #3578824. Ignore comments when evaluating preprocessor expressions.nyamatongwe1-1/+4
2012-12-30Bug #3578824. Avoid crashes due to char being signed so negative for non-ASCII.nyamatongwe1-5/+5
2012-10-11LexCPP: recognize hexadecimal floating point binary exponentsColomban Wendling1-1/+3
2012-09-25Fix bad folding with CASE statement when it is used for assignment.Jerome LAFORGE1-15/+13
2012-09-19Handle nested delimiter pairs. Feature #3569352.nyamatongwe1-7/+124
2012-09-16Fix multiple issues with Bash lexing and folding. Bug #3526563.nyamatongwe1-5/+20
2012-09-15Fix bad folding block when LOOP statement nested into CASE statement.Jerome LAFORGE1-2/+3
2012-09-14Recognize Ruby HereDoc after an instance or class variableColomban Wendling1-1/+6
2012-09-13Fix folding of "for" Ruby loopsColomban Wendling1-2/+5
2012-09-13Remove duplicated branch in PO lexerColomban Wendling1-2/+1
2012-09-13Move PO lexer out of LexOthersColomban Wendling2-112/+150
2012-09-08Rewrite the GetText translation (po) lexerColomban Wendling1-66/+105
2012-09-04Don't treat '//' in include path as comment start. Bug #3519260.nyamatongwe1-3/+8
2012-08-25Long XML script tag correctly lexed. Bug #3534190.nyamatongwe1-1/+1
2012-08-23Initialize strings to avoid warnings from Clang Analyze.nyamatongwe2-2/+2
2012-08-17Ensure variable NUL terminated and limit its scope.nyamatongwe1-1/+1
2012-07-29Extra checks to stop Clang analyze warnings.nyamatongwe1-8/+10
2012-07-10Turn off '$' when lexer.cpp.allow.dollars changes to 0. Bug #3541461.nyamatongwe1-1/+6
2012-07-05LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is offColomban Wendling1-1/+1
2012-07-09Bugs #3540486, #3087226, #2906275, #2809176.nyamatongwe1-10/+23
2012-06-22Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream commentsnyamatongwe1-2/+14
2012-06-22Prevent empty lines from continuing preprocessor style.nyamatongwe1-3/+4
2012-06-09support LESS/HSSpelsass1-8/+21
2012-06-08Bug #3533036. Properly mask state when determining previousMarko Njezic1-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-05-10Lexer added for Visual Prolog. Feature #3523018.nyamatongwe1-0/+470
2012-05-09OScript lexer by Ferdinand Prantl added. Feature #3523018.nyamatongwe1-0/+548
2012-05-05Make destructors virtual to avoid warnings from g++ 4.7.nyamatongwe6-5/+7
2012-04-21Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027.nyamatongwe1-3/+4
2012-04-21Fix problem with JavaScript /*/ which starts a comment. Bug #3520032.nyamatongwe1-0/+4
2012-03-29Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug T...James Ribe1-2/+9
2012-03-22Bug #3509317. Properly mask state when re-lexing. Remove dead code.Marko Njezic1-12/+7
2012-03-22Use SparseState instead of std::vector.Jerome LAFORGE1-12/+4
2012-03-21Bug #3508602. Avoid hang with diff files. From zenico.nyamatongwe1-5/+16
2012-03-13Improvement of folding for CASE/MERGE statement.Jerome LAFORGE1-24/+72
2012-03-11Manage MERGE statement like CASE statement.Jerome LAFORGE1-3/+31
2012-02-28Bug #3495445. Properly mask restored state after processing keywords in documentMarko Njezic1-1/+1
2012-02-25Fix dead code warnings from Xcode Analyze.nyamatongwe2-4/+1
2012-02-23Fix warning from PVS-Studio that could have trated non-operators as operators...nyamatongwe1-1/+1