Skip to content

Commit e63bd12

Browse files
feat(neogen): Add additional languages to Neogen (#1419)
This adds three additional languages to Neogen: `javascript`, `javascriptreact` and `ruby`.
1 parent 87dffcc commit e63bd12

File tree

1 file changed

+3
-0
lines changed
  • lua/astrocommunity/editing-support/neogen

1 file changed

+3
-0
lines changed

lua/astrocommunity/editing-support/neogen/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ return {
2020
opts = {
2121
snippet_engine = "luasnip",
2222
languages = {
23+
javascript = { template = { annotation_convention = "jsdoc" } },
24+
javascriptreact = { template = { annotation_convention = "jsdoc" } },
2325
lua = { template = { annotation_convention = "ldoc" } },
26+
ruby = { template = { annotation_convention = "yard" } },
2427
typescript = { template = { annotation_convention = "tsdoc" } },
2528
typescriptreact = { template = { annotation_convention = "tsdoc" } },
2629
},

0 commit comments

Comments
 (0)