ajvincent / motherhen

Mozilla Public License 2.0
44 stars 2 forks source link

Provide vscode configs #37

Open trickypr opened 1 year ago

trickypr commented 1 year ago

There are a number of mozilla files that are just python files (e.g. moz.build). It would be ideal for these to be highlighted by their relevant syntax highlighter. For example:

// .vscode/settings.json
{
  "files.associations": {
    "*.jsm": "javascript",
    "moz.build": "python",
    "moz.configure": "python",
    "app.mozbuild": "python",
    "Makefile.in": "makefile",
    "mozconfig": "shellscript"
  }
}
ajvincent commented 1 year ago

I would welcome a pull request for this.