File tree 1 file changed +18
-0
lines changed 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,24 @@ We assume you may have enough storage space on your PC.
91
91
"1158391 tags" represents the number of tags captured by C parser.
92
92
93
93
94
+ codebase stores the cloned source code to `code ` directory. The directory is
95
+ repository base. codebase makes another directory, `lang `, for your convince.
96
+ As the name shows, `lang ` is language bases. You can run ctags directly on
97
+ a directory for the language you are interested in:
98
+
99
+ .. code-block :: console
100
+
101
+ [codebase]$ cd lang
102
+ [codebase/lang]$ ls
103
+ Asm C++ GDScript Java Kconfg Lua Markdown Perl R SQL VHDL
104
+ Basic CMake Go JavaScript Kotlin Make Meson PHP RSpec SystemTap XSLT
105
+ C Fortran HTML Julia LdScript Man OpenAPI PuppetManifest Ruby Vala YACC
106
+ [codebase/lang]$ ~/var/ctags-developing/ctags -R JavaScript
107
+ ctags: Warning: ignoring null tag in JavaScript/mediawiki/.svgo.config.js(line: 6)
108
+ ctags: main/entry.c:1454: registerEntry: Assertion `corkIndex != CORK_NIL' failed.
109
+ ctags: main/entry.c:1454: parsing JavaScript/mediawiki/.svgo.config.js:6 as JavaScript
110
+ Aborted (core dumped)
111
+
94
112
How to add your code to code base
95
113
==============================================================
96
114
You can’t perform that action at this time.
0 commit comments