Add 'vim/tagscan.sh'

This commit is contained in:
Ray Elliott 2020-06-28 17:52:18 +03:00
parent 6391b4eaba
commit 677032b0e5
1 changed files with 3 additions and 0 deletions

3
vim/tagscan.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' *