--langdef=AutoItScript --langmap=AutoItScript:.au3.AU3 --regex-AutoItScript=/^[ \t]*func[ \t]+(.*?)[\(]/\1/Functions/i --regex-AutoItScript=/^[ \t]*global[ \t]+(.*?)[ \t]*/\1/Global Variables/i --regex-AutoItScript=/^[ \t]*local[ \t]+(.*?)[ \t]*/\1/Local Variables/i --regex-AutoItScript=/^[ \t]*(local|global)?[ \t]+enum[ \t]+(.*)/\1 \2/Enum/i --regex-AutoItScript=/^#include(.*?)(<|")(.*?)("|>)/\3/Include Files/i --regex-AutoItScript=/^#region[ \t]*(.*?)/\1/Regions/i --regex-AutoItScript=/^[ \t]*(Opt|AutoItSetOption)[ \t]*[\(](.*),(.*)[\)]/\2 \3/Options/i --regex-AutoItScript=/^(.*?);#__DEBUG__/\1/Debug/i