aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Catalogue.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-197/+0
2020-06-11Use noexcept where safe and maintainable.Neil1-1/+1
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+1
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil1-0/+4
This allows building a version of SciTE that is statically linked to Scintilla and does not include any lexers but allows the use of lexers provided by loading a DLL.
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-19/+10
be reused.
2019-12-13Move automatic numbering of external lexers from Catalogue to ExternalLexer.Neil1-5/+0
This is preparing to move much of Catalogue into a header for reuse.
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+1
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+1
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+1
2019-02-28Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.Jed Altahan1-0/+1
2018-11-21Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+1
2018-10-17Use nullptr and default brace initialisation for some simple cases.Neil1-2/+2
2018-06-21Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+2
2018-05-16Move implementations into cxx file.Neil1-1/+3
Replace 0 and NULL with nullptr. Update comments.
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-04-09Further use of range-for.Neil1-8/+6
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-6/+3
where it may be needed in the future.
2017-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+1
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+1
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew1-0/+1
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil1-0/+1
tool set will not indirectly include <stdexcept>.
2015-01-11LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"Markus Heidelberg1-1/+1
There exists a similar file format called "Textronix HEX", which would be the better candidate for this short name.
2015-01-08Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.Neil1-0/+1
From danselmi.
2014-12-30Lexer added for Intel hex files.Neil1-0/+1
2014-12-09Feature [feature-requests:#1091]. Lexer for Motorola S-Record.Neil1-0/+1
From Markus Heidelberg.
2014-09-03Feature [feature-requests:#1071]. BibTeX lexer added.Neil1-0/+1
From Sergiu Dotenco and danselmi.
2014-08-09Added lexer for registry files.Neil1-0/+1
From nkmathew.
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for ↵Neil1-0/+1
coordinate measuring machines. From Andreas Tscharner.
2014-03-14Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'Neil1-0/+1
for comments and ';' to separate statements. From nkmathew.
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil1-0/+1
From Mark Robinson.
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+1
From SiegeLord.
2013-08-23Updated information on script location.nyamatongwe1-1/+1
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil1-0/+1
From OmegaPhil.
2013-08-14Remove archaic wxForceScintillaLexers function since wxWidgets now usesNeil1-6/+1
Scintilla_LinkLexers. Fix comment with file name.
2013-07-21Normalising order of language headers.Neil1-1/+1
2013-07-07Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.Neil1-1/+1
2013-05-23Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ↵nyamatongwe1-0/+1
language. from Pavel Bulochkin
2013-05-09* Literate Haskell supportkudah1-0/+1
* CPP highlighting is disableable * CPP is now correctly colored when inside comments and strings * Some bugs with incremental lexing fixed * Indented imports folding is now undisableable
2012-09-13Move PO lexer out of LexOthersColomban Wendling1-1/+1
2012-05-10Lexer added for Visual Prolog. Feature #3523018.nyamatongwe1-0/+1
From Thomas Linder Puls.
2012-05-09OScript lexer by Ferdinand Prantl added. Feature #3523018.nyamatongwe1-0/+1
2012-02-18Lexer added for ECL language. Feature #3488209.nyamatongwe1-0/+1
2012-01-23Lexer for AviSynth from Bruno Barbieri. Feature #3475611.nyamatongwe1-0/+1
2011-12-22Lexer for the Take Command / TCC scripting language. Feature #3462462.nyamatongwe1-0/+1
From Rex Conn.
2011-11-29Feature #3436256. Lexer for CoffeeScript from Eric Promislownyamatongwe1-0/+1
of ActiveState.
2011-02-07Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.nyamatongwe1-0/+1
2010-11-06Lexer for Motorola 68000 assembler.nyamatongwe1-0/+1
2010-08-15Ensure lexers linked in whenever asked to find a lexer.nyamatongwe1-0/+2