ajvincent / ajvincent/motherhen
Provide vscode configs
未關閉
- 主要語言
- TypeScript
- 星號
- 47
- 分支
- 2
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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:
```json
// .vscode/settings.json
{
"files.associations": {
"*.jsm": "javascript",
"moz.build": "python",
"moz.configure": "python",
"app.mozbuild": "python",
"Makefile.in": "makefile",
"mozconfig": "shellscript"
}
}
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。