Skip to content

Provide vscode configs #37

Description

@trickypr

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions