Link Octave instead of Matlab.
Add comment about not being autogenerated. Minor changes to fit Scintilla order. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5183 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
80f39cae51
commit
74b5ed053a
@ -1,3 +1,11 @@
|
||||
2010-08-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* scintilla/KeyWords.cxx:
|
||||
Link Octave instead of Matlab.
|
||||
Add comment about not being autogenerated.
|
||||
Minor changes to fit Scintilla order.
|
||||
|
||||
|
||||
2010-08-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* src/highlighting.c, src/editor.c:
|
||||
|
@ -327,6 +327,7 @@ int Scintilla_LinkLexers() {
|
||||
|
||||
//++Autogenerated -- run src/LexGen.py to regenerate
|
||||
//**\(\tLINK_LEXER(\*);\n\)
|
||||
// Not autogenerated for Geany ;-)
|
||||
LINK_LEXER(lmAda);
|
||||
LINK_LEXER(lmAsm);
|
||||
LINK_LEXER(lmBash);
|
||||
@ -345,9 +346,10 @@ LINK_LEXER(lmAda);
|
||||
LINK_LEXER(lmLua);
|
||||
LINK_LEXER(lmMake);
|
||||
LINK_LEXER(lmMarkdown);
|
||||
LINK_LEXER(lmMatlab);
|
||||
// We use Octave instead of Matlab
|
||||
LINK_LEXER(lmNsis);
|
||||
LINK_LEXER(lmNull);
|
||||
LINK_LEXER(lmOctave);
|
||||
LINK_LEXER(lmPascal);
|
||||
LINK_LEXER(lmPerl);
|
||||
LINK_LEXER(lmPo);
|
||||
@ -357,8 +359,8 @@ LINK_LEXER(lmAda);
|
||||
LINK_LEXER(lmRuby);
|
||||
LINK_LEXER(lmSQL);
|
||||
LINK_LEXER(lmTCL);
|
||||
LINK_LEXER(lmVHDL);
|
||||
LINK_LEXER(lmVerilog);
|
||||
LINK_LEXER(lmVHDL);
|
||||
LINK_LEXER(lmXML);
|
||||
LINK_LEXER(lmYAML);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user