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
260
260
if vim .bo .filetype == ' typescriptreact' then
261
261
local U = require (' Comment.utils' )
262
262
263
- -- Detemine whether to use linewise or blockwise commentstring
263
+ -- Determine whether to use linewise or blockwise commentstring
264
264
local type = ctx .ctype == U .ctype .line and ' __default' or ' __multiline'
265
265
266
266
-- Determine the location where to calculate commentstring from
Original file line number Diff line number Diff line change @@ -30,16 +30,20 @@ local L = {
30
30
css = { M .cxx_b , M .cxx_b },
31
31
dhall = { M .dash , M .haskell_b },
32
32
dot = { M .cxx_l , M .cxx_b },
33
+ eelixir = { M .html , M .html },
34
+ elixir = { M .hash },
33
35
elm = { M .dash , M .haskell_b },
34
36
fennel = { M .lisp_l },
35
37
fish = { M .hash },
36
38
fsharp = { M .cxx_l , M .fsharp_b },
37
39
gdb = { M .hash },
40
+ gdscript = { M .hash },
38
41
gleam = { M .cxx_l },
39
42
go = { M .cxx_l , M .cxx_b },
40
43
graphql = { M .hash },
41
44
groovy = { M .cxx_l , M .cxx_b },
42
45
haskell = { M .dash , M .haskell_b },
46
+ heex = { M .html , M .html },
43
47
html = { M .html , M .html },
44
48
htmldjango = { M .html , M .html },
45
49
idris = { M .dash , M .haskell_b },
You can’t perform that action at this time.
0 commit comments