Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add TextMate extension recommendation
  • Loading branch information
RedCMD authored Oct 3, 2024
commit d25ee2c9e21dc52e0385ccf8995bd1c590c8f838
7 changes: 7 additions & 0 deletions generators/app/templates/ext-language/vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"redcmd.tmlanguage-syntax-highlighter",
]
}