[Github-comments] [geany/geany] Create julia lexer and tags parser (#2584)
getzze
notifications at xxxxx
Thu Jun 24 23:45:21 UTC 2021
@getzze commented on this pull request.
> + delete this;
+ }
+ int SCI_METHOD Version() const override {
+- return lvRelease5;
++ // Geany still uses Lexilla v4
++ //return lvRelease5;
++ return lvIdentity;
+ }
+ const char * SCI_METHOD PropertyNames() override {
+ return osJulia.PropertyNames();
+@@ -173,7 +176,9 @@ public:
+ return 0;
+ }
+
+- static ILexer5 *LexerFactoryJulia() {
++ // Geany still uses Lexilla v4
corrected
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2584#discussion_r658356879
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210624/b3cd8512/attachment-0001.htm>
More information about the Github-comments
mailing list