[Github-comments] [geany] Add AutoIt (*.au3) Lexer to Geany (#967)

Skif-off notifications at xxxxx
Wed Mar 23 02:52:55 UTC 2016


I compared the Geany files with the Scintilla files again and found (strange that I missed this):
```diff
--- /geany-master/scintilla/src/Catalogue.cxx	Tue Mar 22 00:44:10 2016
+++ /geany-master/scintilla/src/Catalogue.cxx	Wed Mar 23 06:20:05 2016
@@ -123,6 +123,7 @@
 	LINK_LEXER(lmVHDL);
 	LINK_LEXER(lmXML);
 	LINK_LEXER(lmYAML);
+	LINK_LEXER(lmAU3);
 
 //--Autogenerated -- end of automatically generated section
 ```
 Now it works :)

---
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/issues/967#issuecomment-200143557
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160322/99e32d0a/attachment.html>


More information about the Github-comments mailing list