@dolik-rce commented on this pull request.


In scripts/update-ctags.py:

> @@ -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.


In tests/ctags/kotlin.kt.tags:

> @@ -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, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.