aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerSimple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib/LexerSimple.cxx')
-rw-r--r--lexlib/LexerSimple.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/lexlib/LexerSimple.cxx b/lexlib/LexerSimple.cxx
index 0be7d97ca..e69c44ad6 100644
--- a/lexlib/LexerSimple.cxx
+++ b/lexlib/LexerSimple.cxx
@@ -51,3 +51,11 @@ void SCI_METHOD LexerSimple::Fold(Sci_PositionU startPos, Sci_Position lengthDoc
astyler.Flush();
}
}
+
+const char * SCI_METHOD LexerSimple::GetName() {
+ return module->languageName;
+}
+
+int SCI_METHOD LexerSimple::GetIdentifier() {
+ return module->GetLanguage();
+}