misc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/misc
Log | Files | Refs | README | LICENSE

commit 0af373378cddbc23280b040f4e8edbc536e25db2
parent c58d76e3a5986ea8204cb2afc9ed567bac80d124
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sun, 20 Nov 2022 13:12:22 -0800

add ctag configuration file

Diffstat:
Aconf.ctags | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf.ctags b/conf.ctags @@ -0,0 +1,8 @@ +# forth universal-ctags configuration file +--langdef=Forth +# change as needed. no standard here +--map-Forth=.f +--regex-Forth=/^:[ \t]+([^ \t]+)/\1/d,definitions/ +--regex-Forth=/variable[ \t]+([^ \t]+)/\1/v,variables/i +--regex-Forth=/constant[ \t]+([^ \t]+)/\1/c,constants/i +--regex-Forth=/create[ \t]+([^ \t]+)/\1/a,arrays/i