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.
2 parents fbaa902 + bc056de commit a38c220Copy full SHA for a38c220
README.md
@@ -77,6 +77,9 @@ language tree (see
77
- `html`
78
- `svelte`
79
- `vue`
80
+- `handlebars`
81
+- `glimmer`
82
+- `graphql`
83
84
This means that in any filetype, if the given languages are injected, this
85
plugin should detect them and correctly set the `commentstring`. For example,
lua/ts_context_commentstring/internal.lua
@@ -23,6 +23,9 @@ M.config = {
23
html = '<!-- %s -->',
24
svelte = '<!-- %s -->',
25
vue = '<!-- %s -->',
26
+ handlebars = '{{! %s }}',
27
+ glimmer = '{{! %s }}',
28
+ graphql = '# %s',
29
30
-- Languages that can have multiple types of comments
31
tsx = {
0 commit comments