Skip to content

Commit

Permalink
feat(ft): added objc support (#412)
Browse files Browse the repository at this point in the history
Add support for Objective-C family of files.
  • Loading branch information
bananartist committed Jun 9, 2024
1 parent 684cb8a commit 65d968c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ local L = setmetatable({
nim = { M.hash, '#[%s]#' },
nix = { M.hash, M.cxx_b },
nu = { M.hash },
objc = { M.cxx_l, M.cxx_b },
objcpp = { M.cxx_l, M.cxx_b },
ocaml = { M.fsharp_b, M.fsharp_b },
odin = { M.cxx_l, M.cxx_b },
plantuml = { "'%s", "/'%s'/" },
Expand Down

0 comments on commit 65d968c

Please sign in to comment.