Skip to content

Commit

Permalink
Recommend cram extension in dev environment (#3349)
Browse files Browse the repository at this point in the history
Adds syntax highlighting in .t integration files and allow
configuration with [cram] language support
  • Loading branch information
mehulkar authored Jan 17, 2023
1 parent 015b787 commit a2bb491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"unifiedjs.vscode-mdx",
"windmilleng.vscode-go-autotest",
"yzhang.markdown-all-in-one",
"zxh404.vscode-proto3"
"zxh404.vscode-proto3",
"mihaipopescu.Cram"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"go.lintTool": "golangci-lint",
"files.associations": {
"libturbo.h": "c"
},
"[cram]": {
"editor.trimAutoWhitespace": false,
"files.trimFinalNewlines": false,
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": false
}
}

0 comments on commit a2bb491

Please sign in to comment.