ajvincent / ajvincent/motherhen

Provide vscode configs

未關閉
#37 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。