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 7131f56 + 1929142 commit 72a3f45Copy full SHA for 72a3f45
README.md
@@ -80,6 +80,7 @@ language tree (see
80
- `handlebars`
81
- `glimmer`
82
- `graphql`
83
+- `lua`
84
85
This means that in any filetype, if the given languages are injected, this
86
plugin should detect them and correctly set the `commentstring`. For example,
lua/ts_context_commentstring/internal.lua
@@ -26,6 +26,7 @@ M.config = {
26
handlebars = '{{! %s }}',
27
glimmer = '{{! %s }}',
28
graphql = '# %s',
29
+ lua = '-- %s',
30
31
-- Languages that can have multiple types of comments
32
tsx = {
0 commit comments