Kaynağa Gözat

contrib: Add script for generating ctags

parazyd 2 yıl önce
ebeveyn
işleme
13c6d35e38
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      contrib/ctags.sh

+ 4 - 0
contrib/ctags.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+# Generate a tags file for the codebase
+set -ex
+git ls-files src bin | ctags --links=no --languages=rust -L-