aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-07Normalize indentation to tabs.Neil1-45/+45
2013-11-04Remove local functions that are not used.Neil5-40/+0
2013-10-28Allow single quote digit separators for C++14.Neil1-0/+1
2013-10-28Added lexical class for user defined literals in C++11.Neil1-4/+19
2013-10-19Remove shadowing declarations to avoid warnings.Neil1-2/+2
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil1-0/+228
2013-10-17Avoid namespace pollution by making lexer functions static.Neil2-4/+4
2013-10-17Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.Neil1-16/+72
2013-10-17Bug [#1538]. PP-line comments lost from EOL string.Neil1-1/+1
2013-10-17Fix sign warning in debug code.Neil1-1/+1
2013-10-10Bug [#1528]. Perl: POD problems with multibyte characters.Neil1-4/+4
2013-10-09Bug [#1528]. Perl: multibyte character problems.Neil1-8/+12
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and Unic...Neil1-90/+124
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+768
2013-09-26Feature [feature-requests:#1020]. Fold 'create view' statements.Neil1-31/+131
2013-09-22Stricter checking for ctags lines in errorlist lexer.Neil1-3/+10
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil1-0/+3
2013-09-05Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.Neil1-1/+3
2013-09-05Update Pascal lexer keywords.Marko Njezic1-10/+11
2013-09-03Added GetStyleFromSubStyle.Neil1-0/+3
2013-08-17Fix CoffeeScript styles usageColomban Wendling1-71/+71
2013-08-23Updated information on script location.nyamatongwe1-2/+2
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil1-0/+473
2013-08-08Avoid warnings for uninitialized strings.Neil3-1/+5