aboutsummaryrefslogtreecommitdiff
path: root/.ctags.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-02-03 13:52:34 +0800
committerGuangxiong Lin <[email protected]>2022-02-03 13:52:34 +0800
commit752e335609803e6a206b1844bd14772f3d56fddd (patch)
tree2d9b89c486c0e76060ffb1a12268c4234a67f094 /.ctags.d
parent8a42821e5638bc819f5f128cec3c02893dfea697 (diff)
downloaddotfiles-752e335609803e6a206b1844bd14772f3d56fddd.tar.gz
dotfiles-752e335609803e6a206b1844bd14772f3d56fddd.tar.bz2
dotfiles-752e335609803e6a206b1844bd14772f3d56fddd.zip
Remove gdscripts ctags config
GDScript is now natively supported by universial ctags.
Diffstat (limited to '.ctags.d')
-rw-r--r--.ctags.d/gdscript.ctags5
1 files changed, 0 insertions, 5 deletions
diff --git a/.ctags.d/gdscript.ctags b/.ctags.d/gdscript.ctags
deleted file mode 100644
index 89789c1..0000000
--- a/.ctags.d/gdscript.ctags
+++ /dev/null
@@ -1,5 +0,0 @@
---langdef=GDScript
---langmap=GDScript:.gd
---regex-GDScript=/^func[ \t]+([a-zA-Z0-9_]+)/\1/f,function,function definitions/
---regex-GDScript=/^(onready[ \t]+)?var[ \t]+([a-zA-Z0-9_]+)/\2/v,variable,variable definitions/
---regex-GDScript=/^(export[ \t]*(.*)?[ \t]+)?var[ \t]+([a-zA-Z0-9_]+)/\3/v,variable,variable definitions/