Skip to content

Commit

Permalink
Update lua/lspconfig/server_configurations/sourcekit.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir authored Sep 14, 2024
1 parent 5d17b02 commit fd52fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lspconfig/server_configurations/sourcekit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ return {
or util.find_git_ancestor(filename)
end,
get_language_id = function(_, ftype)
local t = { objc = 'objective-c', objcpp = 'objective-cpp' }
return t[ftype] or ftype
local t = { objc = 'objective-c', objcpp = 'objective-cpp' }
return t[ftype] or ftype
end,
},
docs = {
Expand Down

0 comments on commit fd52fb9

Please sign in to comment.