Skip to content

Commit

Permalink
fix: Associate .jl files with julia language (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 11, 2024
1 parent d12a891 commit 219f222
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dictionaries/julia/cspell-ext.json
Expand Up @@ -22,5 +22,11 @@
"dictionaries": ["julia"],
"dictionaryDefinitions": []
}
],
"overrides": [
{
"filename": "**/*.jl",
"languageId": "julia"
}
]
}
3 changes: 3 additions & 0 deletions dictionaries/julia/samples/cspell.json
@@ -0,0 +1,3 @@
{
"import": ["../cspell-ext.json"]
}

0 comments on commit 219f222

Please sign in to comment.