[Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)
Skif-off
notifications at xxxxx
Fri Nov 10 20:27:25 UTC 2017
I added [PR](https://github.com/universal-ctags/ctags/pull/1598) for current Ctags version, but Geany uses some previous version and I must use slightly different code for current Geany version:
```diff
-static kindDefinition AutoItKinds[] = {
+static kindOption AutoItKinds[] = {
- makeSimpleTag (name, K_FUNCTION);
+ makeSimpleTag (name, AutoItKinds, K_FUNCTION);
- def->kindTable = AutoItKinds;
+ def->kinds = AutoItKinds;
```
Can I add parser in my PR for Geany [Add AutoIt syntax highlighting #1017](https://github.com/geany/geany/pull/1017)?
--
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-343577359
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171110/c51d2e65/attachment.html>
More information about the Github-comments
mailing list