Skip to content

Commit e8d333a

Browse files
committed
Write about lang directory to README
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 45ae892 commit e8d333a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,24 @@ We assume you may have enough storage space on your PC.
9191
"1158391 tags" represents the number of tags captured by C parser.
9292

9393

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+
94112
How to add your code to code base
95113
==============================================================
96114

0 commit comments

Comments
 (0)