aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Collapse)AuthorFilesLines
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
From Mark Robinson.
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
From Erik.
2013-10-17Bug [#1538]. PP-line comments lost from EOL string.Neil1-1/+1
From Alpha.
2013-10-17Fix sign warning in debug code.Neil1-1/+1
2013-10-10Bug [#1528]. Perl: POD problems with multibyte characters.Neil1-4/+4
From Colomban Wendling and Kein-Hong Man.
2013-10-09Bug [#1528]. Perl: multibyte character problems.Neil1-8/+12
From Colomban Wendling and Kein-Hong Man.
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and ↵Neil1-90/+124
Unicode. From Thomas Linder Puls.
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+768
From SiegeLord.
2013-09-26Feature [feature-requests:#1020]. Fold 'create view' statements.Neil1-31/+131
Fold on the 'AS' ... ; in `create view [name] as ... ;' From Eric Promislow.
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
Tests for this and other sub styles methods.
2013-08-17Fix CoffeeScript styles usageColomban Wendling1-71/+71
Properly use SCE_COFFEESCRIPT_..., not SCE_C_..., even if they have the same value.
2013-08-23Updated information on script location.nyamatongwe1-2/+2
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil1-0/+473
From OmegaPhil.
2013-08-08Avoid warnings for uninitialized strings.Neil3-1/+5
2013-08-07Ensure strings initialised to avoid warnings.Neil4-4/+4
2013-08-03Initialise string to avoid warnings.Neil1-1/+1
2013-08-03Bug [#1509]. ';' not styled as an operator.Neil1-14/+1
From Eric Promislow.
2013-08-03Bug [#1508]. Coloring for enumeration member malfunctions.Neil1-4/+9
From Pavel Bulochkin.
2013-07-26Avoid a switch fall-through even though it makes no difference to behaviour.Neil1-0/+1
2013-07-23Fix potential write beyond allocation found by Visual C++ analyzer.Neil2-2/+2
2013-07-22Bash: Fix handling of quoted HereDoc delimitersColomban Wendling1-2/+12
2013-07-21Removed functions that had never been used - looks like they had been copiedNeil1-25/+0
from LexAda.
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil27-67/+67
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode.
2013-07-07Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.Neil1-1/+1
2013-07-06Bug: [#1495]. CoffeeScript comment-block lexing is wrong.Neil1-22/+14
From Eric Promislow.
2013-07-06Removed static functions that have never been used.Neil1-15/+0
2013-07-03Trigger SCE_ERR_PERL only when "at" and "line" are far enough apartnyamatongwe1-2/+3
to fit a file name as it was being triggered for MSVC errors containing "at line".
2013-07-01Use CharacterCategorykudah1-20/+17
2013-06-30Updated A68K lexer from web site.Neil1-60/+89
Fixes warning about duplicate clauses in test and variable scope.
2013-06-29Simplify code so that it is understood by cppcheck, avoiding warnings.Neil2-2/+2
2013-06-29Avoid warning from Visual C++.Neil1-5/+5
2013-06-29Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.Neil1-58/+58
From Kein-Hong Man.
2013-06-27Bug: [#1491]. Regular expression detection code appeared incorrect.nyamatongwe1-4/+13
2013-06-26Simplify label handling code and avoid checking to end of line.nyamatongwe1-22/+5
From Kein-Hong Man.
2013-06-25Make labels work with non-ASCII characters in UTF-8.nyamatongwe1-4/+4
2013-05-26* Fixed a bug in incremental lexing which often caused a full redrawkudah1-2/+2
* Don't highlight CPP inside comments when styling.within.preprocessor is on, to avoid incoherent coloring.
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-2/+2
2013-05-23Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ↵nyamatongwe1-0/+401
language. from Pavel Bulochkin
2013-05-18Fix import list folding in fully indented moduleskudah1-79/+87
2013-05-13get rid of msvc warningkudah1-5/+5