1072b121eSMasatake YAMATO# 2072b121eSMasatake YAMATO# 3072b121eSMasatake YAMATO# Copyright (c) 2014, Red Hat, Inc. 4072b121eSMasatake YAMATO# Copyright (c) 2014, Masatake YAMATO 5072b121eSMasatake YAMATO# 6072b121eSMasatake YAMATO# Author: Masatake YAMATO <yamato@redhat.com> 7072b121eSMasatake YAMATO# 8072b121eSMasatake YAMATO# This program is free software; you can redistribute it and/or 9072b121eSMasatake YAMATO# modify it under the terms of the GNU General Public License 10072b121eSMasatake YAMATO# as published by the Free Software Foundation; either version 2 11072b121eSMasatake YAMATO# of the License, or (at your option) any later version. 12072b121eSMasatake YAMATO# 13072b121eSMasatake YAMATO# This program is distributed in the hope that it will be useful, 14072b121eSMasatake YAMATO# but WITHOUT ANY WARRANTY; without even the implied warranty of 15072b121eSMasatake YAMATO# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16072b121eSMasatake YAMATO# GNU General Public License for more details. 17072b121eSMasatake YAMATO# 18072b121eSMasatake YAMATO# You should have received a copy of the GNU General Public License 19072b121eSMasatake YAMATO# along with this program; if not, write to the Free Software 20072b121eSMasatake YAMATO# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 21072b121eSMasatake YAMATO# USA. 22072b121eSMasatake YAMATO# 23072b121eSMasatake YAMATO# 24*6b1ec470SMasatake YAMATO--langdef=Ctags 25*6b1ec470SMasatake YAMATO--map-Ctags=+.ctags 26*6b1ec470SMasatake YAMATO--kinddef-Ctags=l,langdef,language definitions 27*6b1ec470SMasatake YAMATO--kinddef-Ctags=k,kind,kind definitions 28*6b1ec470SMasatake YAMATO--regex-Ctags=/^--langdef=([^ \t]+)$/\1/l/{scope=set} 29*6b1ec470SMasatake YAMATO--regex-Ctags=/^--regex-[^=]+=.*\/.,(.+)\/.*/\1/k/{scope=ref} 30*6b1ec470SMasatake YAMATO--regex-Ctags=/^--kinddef-[^=]+=.,([^,]+),.*/\1/k/{scope=ref} 31