Do not return errors from decl - store them in heap and return from typing
[hiphop-php.git] / hphp / .ctags
blob0c1123a43034713329598d393c817a182033ed05
1 --exclude=*.js
2 --exclude=*.ml
3 --exclude=*.mli
4 --exclude=*.php
5 --exclude=*.py
6 --exclude=*.sql
8 --exclude=public_tld/*
9 --exclude=test/*
10 --exclude=facebook/push/*
12 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_FUNCTION\((\w+)/\2/f,function,function definitions/
13 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_FUNCTION\((\w+)/f_\2/f,function,function definitions/
14 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_METHOD\((\w+)\s*,\s*(\w+)/\3/f,function,function definitions/
15 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_METHOD\((\w+)\s*,\s*(\w+)/c_\2_ni_\3/f,function,function definitions/
16 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_STATIC_METHOD\((\w+)\s*,\s*(\w+)/\3/f,function,function definitions/
17 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_STATIC_METHOD\((\w+)\s*,\s*(\w+)/c_\2_ni_\3/f,function,function definitions/
18 --regex-c++=/^\s*using\s+(\w+)\s*=/\1/t,type,type definitions/