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 87dffcc commit e63bd12Copy full SHA for e63bd12
lua/astrocommunity/editing-support/neogen/init.lua
@@ -20,7 +20,10 @@ return {
20
opts = {
21
snippet_engine = "luasnip",
22
languages = {
23
+ javascript = { template = { annotation_convention = "jsdoc" } },
24
+ javascriptreact = { template = { annotation_convention = "jsdoc" } },
25
lua = { template = { annotation_convention = "ldoc" } },
26
+ ruby = { template = { annotation_convention = "yard" } },
27
typescript = { template = { annotation_convention = "tsdoc" } },
28
typescriptreact = { template = { annotation_convention = "tsdoc" } },
29
},
0 commit comments