1--sort=no 2 3--langdef=foo 4--map-foo=.foo 5--kinddef-foo=m,module,modules 6--kinddef-foo=x,exception,exceptions 7 8--regex-foo=/^defmodule *([a-zA-Z0-9]+) *do/\1/m/{scope=push} 9--regex-foo=/^end//{scope=pop}{placeholder} 10--regex-foo=/ +defexception( +.*)$//x/{_anonymous=exception}{scope=ref} 11