46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
#
|
|
# Copyright (c) 1998, 1999, 2000, 2001, 2002, 2003, 2010, 2011, 2013,
|
|
# 2015, 2016
|
|
# Tama Communications Corporation
|
|
#
|
|
# This file is part of GNU GLOBAL.
|
|
#
|
|
# This file is free software; as a special exception the author gives
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
# modifications, as long as this notice is preserved.
|
|
#
|
|
# This program is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
#
|
|
# *
|
|
# Configuration file for GNU GLOBAL source code tag system.
|
|
#
|
|
# Basically, GLOBAL doesn't need this file ('gtags.conf'), because it has
|
|
# default values in itsself. If you have the file as '/etc/gtags.conf' or
|
|
# "$HOME/.globalrc" in your system then GLOBAL overwrite the default values
|
|
# with the values in the file.
|
|
#
|
|
# The format is similar to termcap(5). You can specify a target with
|
|
# GTAGSLABEL environment variable. Default target is 'default'.
|
|
#
|
|
# If you want to have a common record for yourself, it is recommended to
|
|
# use the following method:
|
|
#
|
|
default:\
|
|
:tc=yap@~/github/yap-6.3/gtags.conf:\
|
|
:tc=native:
|
|
|
|
#tc=user:tc=user:tc=new-ctags:tc=ctags:tc=pygments:
|
|
|
|
#
|
|
yap:\
|
|
:skip=Debug/,Release/,Threads/,mxe/,xcode/,codeblocks/,Qt/,xcode/,android/,compile_commands.json,xml/,YAPDroid/app/build/,YAPDroid/lib/build/: \
|
|
:tc=user-ctags-maps:
|
|
#
|
|
# A common map for both Exuberant Ctags and Universal Ctags.
|
|
# Don't include definitions of ctagscom and ctagslib in this entry.
|
|
#
|
|
user-ctags-maps:\
|
|
:langmap=Prolog\:.pl.yap.ypp.P.prolog:
|