By default VSCode does not detect that Mason files are perl files. Adding the following to your user preferences will do a pretty good job of adding some colour to your Mason development:

  "files.associations": {
    "*.mas": "html",
    "autohandler": "perl",
    "*.mi": "perl"
  }