Skip to content

Commit

Permalink
Merge pull request #493 from kogiokka/master
Browse files Browse the repository at this point in the history
Add java-mode into ycmd-file-type-map.
  • Loading branch information
Austin Bingham authored Apr 16, 2019
2 parents ef87d02 + 2f55cac commit 6f4f738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ycmd.el
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ list
(erlang-mode . ("erlang"))
(emacs-lisp-mode . ("elisp"))
(go-mode . ("go"))
(java-mode . ("java"))
(js-mode . ("javascript"))
(js2-mode . ("javascript"))
(lua-mode . ("lua"))
Expand Down

0 comments on commit 6f4f738

Please sign in to comment.