mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 19:41:08 -05:00
Treat all files with an npmrc/npmignore extension as properties/ignore files
This commit is contained in:
@@ -40,13 +40,13 @@
|
||||
"languages": [
|
||||
{
|
||||
"id": "ignore",
|
||||
"filenames": [
|
||||
"extensions": [
|
||||
".npmignore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "properties",
|
||||
"filenames": [
|
||||
"extensions": [
|
||||
".npmrc"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user