Skip to content

Commit

Permalink
feat(harper-ls): added new languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jul 25, 2024
1 parent 3cceca5 commit 1e7e185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/lspconfig/server_configurations/harper_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ return {
'csharp',
'toml',
'lua',
'gitcommit',
'java',
'html',
},
root_dir = util.find_git_ancestor,
single_file_support = true,
Expand Down

0 comments on commit 1e7e185

Please sign in to comment.