* Universal Ctagsの設定ファイル [#tb91de00]

** 設定ファイルのパス [#ma825e42]

 $HOME/.ctagds.d/default.ctags

- $HOME/.ctagsはダメっぽい

** 設定の例 [#o8d65bce]

 --langdef=autohotkey
 --langmap=autohotkey:.ahk
 --regex-autohotkey=/^[ \t]*([a-zA-Z0-9_]+)\:\s*$/\1/l,label/
 --regex-autohotkey=/^[ \t]*([a-zA-Z0-9_]+)[ |\t]*:?=/\1/v,variable/
 --regex-autohotkey=/^[ \t]*(NOTE|note|Note)[ \t]*\:[ \t]*(.*)/\2/n,note/
 --regex-autohotkey=/^[ \t]*(TODO|todo|Todo)[ \t]*\:[ \t]*(.*)/\2/t,todo/
 --regex-autohotkey=/^([a-zA-Z0-9_@]+)[ \t]*\(.*\)[ \t]*[color=red]\[/color]{/\1/f,function/


** 参考 [#xef07978]

- https://stackoverflow.com/questions/49707754/does-universal-ctags-support-exuberant-ctags-config-files
- https://github.com/universal-ctags/ctags/blob/master/docs/optlib.rst

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS