File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments