aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Backport: Feature [feature-requests:#1251]. Properly ignore backslash in raw ...Jad Altahan1-2/+7
2019-01-05Backport: Modernize errorlist lexer a little - unnamed namespace, reducing va...Neil1-20/+19
2019-01-05Backport: Recognize negative line numbers in GCC-format messages.Neil1-1/+1
2018-12-12Backport: Feature [feature-requests:#1247]. Handles message groups as well as...Iain Clarke1-31/+78
2018-12-12Backport: Bug [#2069]. LexerCPP: modernize int to std::string conversionJannick1-3/+1
2018-12-12Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding pr...Jannick1-5/+9
2018-12-04Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by re...Neil1-10/+20
2018-11-28Backport: Move functions to unnamed namespaceJad Altahan1-101/+106
2018-11-28Backport: Removed description of fold.comment as it is shared with other lexe...Neil1-2/+1
2018-11-28Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ...Kacper Kasper1-44/+221
2019-01-12Fixed LexNim backport error.mitchell1-2/+2
2018-11-21Backport: Changes to IsNumOctal & SCE_NIM_IDENTIFIERJad Altahan1-5/+5
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+701
2018-11-18Backport: Bug [#2059]. Update URL in comment.Neil1-1/+1
2018-09-24Backport: Bug [#2045]. LexCPP: Fix 'elif' token lengthhuki1-1/+1
2018-09-20Backport: Fix highlighting of non-ASCII characters in links.maboroshin1-30/+30
2018-09-18Backport: Guard against shifting by negative amount as that is undefined beha...Neil Hodgson2-2/+10
2018-09-18Backport: Initialize variables to ensure no undefined behaviour.Neil Hodgson1-4/+4
2018-09-04Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, and...Colomban Wendling1-0/+15
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen2-0/+423
2018-06-04Backport: Use const and noexcept, initialize, avoid casts and improve variabl...Neil1-29/+29
2018-06-04Backport: Use lambda in preference to function object.Neil1-10/+2
2018-05-28Backport: Add styles for diffs containing patches.Andreas Rönnquist1-0/+8
2018-05-23Backport: Replace C-style casts with C++ casts. Use const.Neil1-21/+21
2018-05-25Backport: Change from function to object lexer. Use string and set types to s...mitchell1-211/+307
2018-05-22Backport: Move static functions into anonymous namespace and drop "static".Neil1-225/+225
2018-05-16Backport: Use standard library function.Neil1-1/+2
2018-05-07Updated LPeg lexer with PropSetSimple.h changes introduced recently.mitchell1-6/+10
2018-05-06Backport: Feature [feature-requests:#1166]. Property lexer.edifact.highlight....Iain Clarke1-10/+28
2018-05-02Backport: Add "change team" and "endteam" folding terms.darmar1-1/+3
2018-04-23Backport: Remove include of Platform.h that is not used by the CoffeeScript l...Neil1-1/+0
2018-04-19Backport: Templatize MakeUpperCase/MakeLowerCase so they work on char/int wit...Neil1-2/+2
2018-04-14Backport: Undo some changes that snuck in the last change set.Neil1-7/+7
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell2-13/+14
2018-03-25Fixed LPeg lexer incorrectly applying style changes to stale property sets.mitchell1-6/+11
2018-03-16Backport: Remove line-end white space.Neil6-23/+23
2018-03-16Fixed compiler warnings in LPeg lexer.mitchell1-8/+7
2018-03-08Backport: Fix relexing from inside multiline comments.Gunter Königsmann1-9/+17
2018-03-08Backport: Bug [#1952]. Match identifier chains with dots and colons.Kein-Hong Man1-56/+94
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+214
2018-01-02Backport: [Bug #1985] Add 'while' keyword to Matlab lexer keywords that start...John Donoghue1-0/+1
2017-11-05Backport: Stop treating '\' as an escape character in strings.Vicente1-7/+26
2017-11-05Backport: Indent more uniformly with spaces instead of tabs.Vicente1-34/+34
2017-10-26Backport: Fix nested Django tags inside a comment breaking highlighting of re...Stephan Deibel1-1/+1
2017-10-15Backport: Bug [#1977]. Folder treats triple-quoted f-strings like triple-quot...Zufu Liu1-3/+3
2017-09-25Backport: Avoiding comma operator warnings from Clang in lexers.Neil Hodgson3-5/+15
2017-09-15Backport: Bug [#1972]. Change encoding used in comments to UTF-8.Zufu Liu4-4/+8
2018-03-15Use active Scintilla namespace in LPeg lexer.mitchell1-4/+0
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil105-210/+0
2017-09-01Backport: Use "Falls through" comments to avoid warnings from GCC 7.1.Neil Hodgson6-0/+8