Skip to content

Commit

Permalink
Remove syntax highlight overrides for .mls files
Browse files Browse the repository at this point in the history
  • Loading branch information
chengluyu committed Mar 15, 2023
1 parent c8ddd6e commit aab8d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"files.associations": {
"*.fun": "typescript",
"*.mls": "scala"
"*.fun": "typescript"
},
"typescript.validate.enable": false,
"files.watcherExclude": {
Expand Down

0 comments on commit aab8d27

Please sign in to comment.