Skip to content

Commit 92480e7

Browse files
committed
Merge branch 'master' into jsx
2 parents 698d462 + cb0de89 commit 92480e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor
260260
if vim.bo.filetype == 'typescriptreact' then
261261
local U = require('Comment.utils')
262262

263-
-- Detemine whether to use linewise or blockwise commentstring
263+
-- Determine whether to use linewise or blockwise commentstring
264264
local type = ctx.ctype == U.ctype.line and '__default' or '__multiline'
265265

266266
-- Determine the location where to calculate commentstring from

lua/Comment/ft.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,20 @@ local L = {
3030
css = { M.cxx_b, M.cxx_b },
3131
dhall = { M.dash, M.haskell_b },
3232
dot = { M.cxx_l, M.cxx_b },
33+
eelixir = { M.html, M.html },
34+
elixir = { M.hash },
3335
elm = { M.dash, M.haskell_b },
3436
fennel = { M.lisp_l },
3537
fish = { M.hash },
3638
fsharp = { M.cxx_l, M.fsharp_b },
3739
gdb = { M.hash },
40+
gdscript = { M.hash },
3841
gleam = { M.cxx_l },
3942
go = { M.cxx_l, M.cxx_b },
4043
graphql = { M.hash },
4144
groovy = { M.cxx_l, M.cxx_b },
4245
haskell = { M.dash, M.haskell_b },
46+
heex = { M.html, M.html },
4347
html = { M.html, M.html },
4448
htmldjango = { M.html, M.html },
4549
idris = { M.dash, M.haskell_b },

0 commit comments

Comments
 (0)