Update our Scintilla patch for the addition of Rust lexer
This commit is contained in:
parent
36537c4dcd
commit
aa7e938164
@ -31,7 +31,7 @@ diff --git b/scintilla/src/Catalogue.cxx a/scintilla/src/Catalogue.cxx
|
||||
index e728f34..85116a5 100644
|
||||
+++ scintilla/src/Catalogue.cxx
|
||||
--- scintilla/src/Catalogue.cxx
|
||||
@@ -76,112 +76,47 @@ int Scintilla_LinkLexers() {
|
||||
@@ -76,112 +76,48 @@ int Scintilla_LinkLexers() {
|
||||
|
||||
//++Autogenerated -- run scripts/LexGen.py to regenerate
|
||||
//**\(\tLINK_LEXER(\*);\n\)
|
||||
@ -121,7 +121,7 @@ index e728f34..85116a5 100644
|
||||
LINK_LEXER(lmR);
|
||||
- LINK_LEXER(lmREBOL);
|
||||
LINK_LEXER(lmRuby);
|
||||
- LINK_LEXER(lmRust);
|
||||
LINK_LEXER(lmRust);
|
||||
- LINK_LEXER(lmScriptol);
|
||||
- LINK_LEXER(lmSmalltalk);
|
||||
- LINK_LEXER(lmSML);
|
||||
|
Loading…
x
Reference in New Issue
Block a user