leafgarland / typescript-vim

Typescript syntax files for Vim
1.9k stars 144 forks source link

fix: support all legal regex flags #180

Closed nornagon closed 4 years ago

nornagon commented 4 years ago

See https://tc39.es/ecma262/#sec-get-regexp.prototype.flags

leafgarland commented 4 years ago

Thanks a lot!