Skip to content

Commit

Permalink
fix: Enable "dart" file type by default. (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Feb 14, 2022
1 parent 0913e90 commit ebfd6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dictionaries/dart/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"dictionaries": [],
"enabledLanguageIds": ["dart"],
"enableFiletypes": ["dart"],
"languageSettings": [
{
"languageId": "dart",
Expand Down
12 changes: 3 additions & 9 deletions dictionaries/dart/cspell.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"version": "0.2",
"files": [
"**/*.{md,txt,dart}"
],
"dictionaries": [
"dart"
],
"import": [
"./cspell-ext.json"
]
"files": ["**/*.{md,txt,dart}"],
"dictionaries": ["dart"],
"import": ["./cspell-ext.json"]
}

0 comments on commit ebfd6ef

Please sign in to comment.