Skip to content

Commit

Permalink
Devcontainer: Add Grammarly
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Apr 5, 2024
1 parent 9ae91e2 commit bab5fd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"extensions": [
"bmewburn.vscode-intelephense-client",
"mrmlnc.vscode-apache",
"mblode.twig-language-2"
"mblode.twig-language-2",
"znck.grammarly"
]
}
},
Expand Down
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"grammarly.selectors": [
{
"language": "markdown",
"scheme": "file"
}
]
}

0 comments on commit bab5fd9

Please sign in to comment.