Skip to content

Commit

Permalink
Tags: Shorten list of languages Ctags understands
Browse files Browse the repository at this point in the history
  • Loading branch information
runpaint committed May 7, 2010
1 parent e7c9cc3 commit 008c682
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions text/07_navigation/11_navigating_tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ <h4>Solution</h4>

<p>We will use a program called <a
href="http://ctags.sourceforge.net/"><i>Exuberant Ctags</i></a> to generate
the tag list because it is compatible with all popular programming languages:
C, assembler, ASP, Bourne/Korn/Z shell, C++, COBOL, Eiffel, Fortran, Java,
Lisp, Lua, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl,
Verilog, Vim and YACC.</p>
the tag list because it is compatible with popular programming languages such
as C, C++, Java, Lisp, Perl, PHP, Python, and Ruby.</p>

<p>After you have installed Ctags you can generate a tag list for the current
directory (and its sub-directories) with <tt>ctags -R</tt>. To only consider
Expand Down

0 comments on commit 008c682

Please sign in to comment.