[Github-comments] [geany/geany] Add support for Kotlin tags (PR #3034)

Jan Dolinár notifications at xxxxx
Mon Dec 6 05:28:14 UTC 2021


@dolik-rce commented on this pull request.



> @@ -13,12 +13,18 @@
 dstdir = os.path.abspath(sys.argv[2])
 
 os.chdir(dstdir + '/parsers')
-parser_dst_files = glob.glob('*.c') + glob.glob('*.h')
+parser_dst_files = glob.glob('**/*.c') + glob.glob('**/*.h')

Ok, I can add `ctags/peg/` directory.

> @@ -0,0 +1,12 @@
+# format=tagmanager
+AbstractWorker�32�com.example.helloworld�0
+Global�1�com.example.helloworld�0
+StringWorker�4096�com.example.helloworld�0
+Worker�1�com.example.helloworld�0
+com.example.helloworld�256�0
+greeting�16384�com.example.helloworld.Global�0
+main�16�com.example.helloworld�0
+name�16384�com.example.helloworld.Worker�0
+process�16�com.example.helloworld.AbstractWorker�0
+process�16�com.example.helloworld.Worker�0
+result�16384�com.example.helloworld.main�0

Yes, it covers all 8 tag kinds.

-- 
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/3034#discussion_r762711174
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211205/cffab3c0/attachment.htm>


More information about the Github-comments mailing list