aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2013-05-09* Literate Haskell supportkudah1-69/+178
2013-05-08Fixed a bug when --:> was highlighted as a constructorkudah1-52/+85
2013-05-16Feature: [feature-requests:#990]. Fix for #define foo /**/nyamatongwe1-1/+0
2013-05-15Feature: [feature-requests:#990]. Style added for preprocessor doc comment.nyamatongwe1-2/+8
2013-05-08Hide implementation of WordList.nyamatongwe2-9/+9
2013-05-07Simplified code and avoid warning.nyamatongwe1-2/+2
2013-05-04* Allow arbitrary amount of # suffixes in identifiers with lexer.haskell.allo...kudah1-61/+118
2013-04-21* Fixed a bug when a dashes-only comment double-counted a line and could hang...kudah1-76/+148
2013-04-30Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \.nyamatongwe1-3/+3
2013-04-19* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3kudah1-27/+68
2013-04-18Fix clang warningkudah1-3/+2
2013-04-18Fold indented imports.kudah1-8/+39
2013-04-17Fixed import folding interfering with indentation foldingkudah1-2/+14
2013-04-17Removed importCurrentkudah1-6/+6
2013-04-17Removed dead assignment.nyamatongwe1-1/+0
2013-04-13Really minor refactorkudah1-13/+12
2013-04-12* Converted Haskell lexer to a classkudah1-125/+235
2013-04-12LexPowerShell fixes and improvementsgentoo901-2/+49
2013-04-09Haskell lexerkudah1-56/+203
2013-04-07Fixed few things in haskell lexerkudah1-25/+87
2013-04-05Fix crash in 64-bit builds due to unsigned underflow.nyamatongwe1-1/+1
2013-04-04Improvements to Haskell Lexer:kudah1-142/+209
2013-04-03Feature [#1414]. MATLAB/Octave style block comments.nyamatongwe1-10/+77
2013-04-01Reduce scope of variable.nyamatongwe1-2/+1
2013-03-18Bug: [#1454]. Reject raw strings when character after " is in " )\\\t\v\f\n".nyamatongwe1-1/+3
2013-03-11Bug [#1412]. Recognise a JavaScript RegExp literal in more situations.nyamatongwe1-5/+3
2013-03-07Bug: [#482]. Refix to make /// comment not affect folding of following /* com...nyamatongwe1-3/+7
2013-02-23Bug: [#1447]. Interpret PHP within HTML comments.nyamatongwe1-2/+1
2013-02-22Longer name for new errorlist lexer state.nyamatongwe1-1/+1
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