We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cb141 commit 01bc5f5Copy full SHA for 01bc5f5
snippet.go
@@ -125,12 +125,17 @@ func (sm *Snippets) init() {
125
126
if sm.rules == nil {
127
sm.rules = map[string]string{
128
- ".go": "// %s",
129
- ".html": "<!-- %s -->",
130
- ".js": "// %s",
131
- ".md": "<!-- %s -->",
132
- ".rb": "# %s",
133
- ".ts": "// %s",
+ ".go": "// %s",
+ ".html": "<!-- %s -->",
+ ".js": "// %s",
+ ".md": "<!-- %s -->",
+ ".rb": "# %s",
+ ".ts": "// %s",
134
+ ".sh": "# %s",
135
+ ".yaml": "# %s",
136
+ ".yml": "# %s",
137
+ ".env": "# %s",
138
+ ".envrc": "# %s",
139
}
140
141
})
0 commit comments