File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ local A = vim.api
11
11
local M = {
12
12
cxx_l = ' //%s' ,
13
13
cxx_b = ' /*%s*/' ,
14
- hash = ' #%s' ,
15
14
dbl_hash = ' ##%s' ,
16
15
dash = ' --%s' ,
17
16
dash_bracket = ' --[[%s]]' ,
17
+ hash = ' #%s' ,
18
+ hash_bracket = ' #[[%s]]' ,
18
19
haskell_b = ' {-%s-}' ,
19
20
fsharp_b = ' (*%s*)' ,
20
21
html = ' <!--%s-->' ,
@@ -32,7 +33,7 @@ local L = {
32
33
bib = { M .latex },
33
34
c = { M .cxx_l , M .cxx_b },
34
35
cabal = { M .dash },
35
- cmake = { M .hash , ' #[[%s]] ' },
36
+ cmake = { M .hash , M . hash_bracket },
36
37
conf = { M .hash },
37
38
conkyrc = { M .dash , M .dash_bracket },
38
39
cpp = { M .cxx_l , M .cxx_b },
@@ -52,6 +53,7 @@ local L = {
52
53
gdscript = { M .hash },
53
54
gleam = { M .cxx_l },
54
55
glsl = { M .cxx_l , M .cxx_b },
56
+ gnuplot = { M .hash , M .hash_bracket },
55
57
go = { M .cxx_l , M .cxx_b },
56
58
graphql = { M .hash },
57
59
groovy = { M .cxx_l , M .cxx_b },
You can’t perform that action at this time.
0 commit comments