diff options
author | Guangxiong Lin <[email protected]> | 2022-02-03 13:52:34 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-03 13:52:34 +0800 |
commit | 752e335609803e6a206b1844bd14772f3d56fddd (patch) | |
tree | 2d9b89c486c0e76060ffb1a12268c4234a67f094 | |
parent | 8a42821e5638bc819f5f128cec3c02893dfea697 (diff) | |
download | dotfiles-752e335609803e6a206b1844bd14772f3d56fddd.tar.gz dotfiles-752e335609803e6a206b1844bd14772f3d56fddd.tar.bz2 dotfiles-752e335609803e6a206b1844bd14772f3d56fddd.zip |
Remove gdscripts ctags config
GDScript is now natively supported by universial ctags.
-rw-r--r-- | .ctags.d/gdscript.ctags | 5 |
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/ |