mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
feat(coffeescript): Add .iced extension (#70686)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "coffeescript",
|
||||
"extensions": [ ".coffee", ".cson" ],
|
||||
"extensions": [ ".coffee", ".cson", ".iced" ],
|
||||
"aliases": [ "CoffeeScript", "coffeescript", "coffee" ],
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user