Skip to content

Instantly share code, notes, and snippets.

@codcodog
Created April 19, 2019 01:48
Show Gist options
  • Save codcodog/7ab2ae9d57c050e604d05577153f8cce to your computer and use it in GitHub Desktop.
Save codcodog/7ab2ae9d57c050e604d05577153f8cce to your computer and use it in GitHub Desktop.
PHP tags 包括 traits
ctags --languages=php --regex-php='/^[ \t]*trait[ \t]+([a-z0_9_]+)/\1/t,traits/i' -R .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment