Skip to content

Instantly share code, notes, and snippets.

@ratazzi
Created July 24, 2011 04:50
Show Gist options
  • Save ratazzi/1102261 to your computer and use it in GitHub Desktop.
Save ratazzi/1102261 to your computer and use it in GitHub Desktop.
ctags 自定义语言
--langdef=gitdiff
--langmap=gitdiff:.gitdiff
--regex-gitdiff=/^commit ([a-f0-9]+)/\1/d,definition/
--gitdiff-kinds=+d
@yangg
Copy link

yangg commented Jul 25, 2011

ctags这么强大。。

@ratazzi
Copy link
Author

ratazzi commented Jul 25, 2011

又一个 coder 的神器

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment