Open trickypr opened 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:
moz.build
// .vscode/settings.json { "files.associations": { "*.jsm": "javascript", "moz.build": "python", "moz.configure": "python", "app.mozbuild": "python", "Makefile.in": "makefile", "mozconfig": "shellscript" } }
I would welcome a pull request for this.
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: