Skip to content

Commit 65d968c

Browse files
authored
feat(ft): added objc support (#412)
Add support for Objective-C family of files.
1 parent 684cb8a commit 65d968c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/Comment/ft.lua

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ local L = setmetatable({
117117
nim = { M.hash, '#[%s]#' },
118118
nix = { M.hash, M.cxx_b },
119119
nu = { M.hash },
120+
objc = { M.cxx_l, M.cxx_b },
121+
objcpp = { M.cxx_l, M.cxx_b },
120122
ocaml = { M.fsharp_b, M.fsharp_b },
121123
odin = { M.cxx_l, M.cxx_b },
122124
plantuml = { "'%s", "/'%s'/" },

0 commit comments

Comments
 (0)