aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Bug [#1605]. Fix fold matching problem caused by "<<<".Neil1-1/+10
2014-05-31Safer handling of "#define X" which caused fault in debug build with Visual C++.Neil1-1/+1
2014-05-24Header include statements are now in a standardised order with that orderNeil9-11/+11
2014-05-24Removing style byte indicators.Neil4-11/+9
2014-05-24Removing use of style byte indicator in Scriptol lexer.Neil1-31/+1
2014-05-24Removing use of style byte indicator in PostScript lexer.Neil1-22/+6
2014-05-24Moving declaration inside loop to prevent a 'scope can be reduced' warning.Neil1-2/+1
2014-05-24Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.Neil1-3/+11
2014-01-20Fix typos in comments (lexers)Stefan Weil5-8/+8
2014-05-14Limit iterations when expanding macros in case a macro is recursive such asNeil1-1/+4
2014-05-13Feature [feature-requests:#1051]. Fixed shadowed local variable.Neil1-1/+1
2014-05-12Feature [feature-requests:#1051]. Support #if defined SYMBOL.Neil1-94/+252
2014-05-02Add missing not sign to fix DMIS label highlightingAndreas Tscharner1-1/+1
2014-05-02DMIS Minor words can also start with the digits 2, 3 or 4Andreas Tscharner1-1/+1
2014-04-29Fix some warnings instead of relying upon #pragma to hide themNeil3-5/+5
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...Neil1-0/+355
2014-04-21Avoid warning about use of bitwise operators on boolean values.Neil1-2/+2
2014-04-19Use an unnamed namespace instead of static as classes and structs can't be st...Neil1-9/+14
2014-04-19Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.Neil1-2/+62
2014-04-14Fix write one past array end bug.Neil1-2/+3
2014-04-03Feature [feature-requests:#1047]. Supports Go back quoted raw string literals...Neil1-0/+9
2014-04-03C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.Neil1-0/+42
2014-03-17Avoid warning about excessive variable scope.Neil1-2/+1
2014-03-17Bug [#1583]. Fix styling 0...myArray.length all as a number.Neil1-1/+1
2014-03-17Bug [#1583]. Fix keyword style extending past end of word.Neil1-0/+7
2014-03-14Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'Neil1-3/+10
2014-02-06Avoid warning for excessive variable scope.Neil1-2/+1
2014-02-06Fix crashes and other bugs by removing folding of do-label constructs.Neil1-32/+7
2014-02-02Avoid warnings.Neil2-8/+8
2014-01-19Avoid warnings for potential read from uninitialised buffer.Neil1-1/+1
2014-01-18Support octave vs matlab '!' handlingJohn Donoghue1-4/+9
2014-01-11Rust: Make lexing of float literals more correct.SiegeLord1-21/+23
2014-01-08Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in...Neil1-2/+2
2013-12-21rust: Implement nested block commentsSiegeLord1-18/+28
2013-12-21rust: Make the doc-comment detection more strict (and consistent with new Rus...SiegeLord1-25/+18
2013-12-21rust: Highlight octal literalsSiegeLord1-0/+3
2013-12-21Fix whitespace in LexRust.cxxSiegeLord1-10/+10
2013-12-21rust: NULL is a valid Rust source character, so do not explicitly consider it...SiegeLord1-4/+4
2013-12-21rust: Fix highlighting of r#"""# raw string literal.SiegeLord1-3/+5
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-8/+9
2013-12-17Bug [#1564]. Keyword followed immediately by quoted string continued keyword ...Neil1-0/+2
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-2/+2
2013-12-15Format normalization - whitespace and braces made consistent.Neil6-11/+12
2013-12-02Fixed a problem when lexing started at the start of a comment line so theNeil1-0/+1
2013-11-18Bash: fix comment detection inside a wordColomban Wendling1-1/+7
2013-11-17Highlight comment doc keywords at end of document.Neil1-1/+1
2013-11-17Bug [#1551]. Doxygen keywords @code{.fileExtension} and @param[in,out] are s...Neil1-1/+7
2013-11-15CMake: fix continuation after empty commentsColomban Wendling1-9/+5
2013-11-12Fix out-of-bounds bug. Use symbolic constants instead of numbers.Neil Hodgson1-6/+9
2013-11-07Feature [feature-requests:#962]. Improvement of folding for Fortran.Neil1-24/+79