conf.ctags (325B) - raw
1 # forth universal-ctags configuration file 2 --langdef=Forth 3 # change as needed. no standard here 4 --map-Forth=.f 5 --regex-Forth=/^:[ \t]+([^ \t]+)/\1/d,definitions/ 6 --regex-Forth=/variable[ \t]+([^ \t]+)/\1/v,variables/i 7 --regex-Forth=/constant[ \t]+([^ \t]+)/\1/c,constants/i 8 --regex-Forth=/create[ \t]+([^ \t]+)/\1/a,arrays/i