Sha256: 91b5c4449cce80bbe3395a5cab8531e32732e73cabec96bc862672175718cb6f
Contents?: true
Size: 554 Bytes
Versions: 2
Compression:
Stored size: 554 Bytes
Contents
# Copyright: 2015 Masatake YAMATO # License: GPL-2 CTAGS=$1 : && # Clear all mappings related to a language echo 1. && ${CTAGS} --quiet --options=NONE --langmap=Ruby: --list-maps | grep '^Ruby' && # Take over a mapping from the other language (resetting) echo 2. && ${CTAGS} --quiet --options=NONE --langdef=foo --langmap=foo:.rb --list-maps | grep '\.rb' && # Overwrite a mapping echo 3. && ${CTAGS} --quiet --options=NONE --langdef=foo --langmap=foo:.zzz --langmap=foo:.html --list-maps | grep '\.html' && exit $?
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Tmain/langmap-option.d/run.sh |
ctags.rb-1.1.3 | ext/vendor/ctags/Tmain/langmap-option.d/run.sh |