Add bicep language support

This commit is contained in:
Jakub 2025-11-18 12:48:53 +08:00
parent a7844e053c
commit d0e850f742

View file

@ -32,6 +32,10 @@
(add-hook 'csharp-mode-hook #'eglot-ensure)
(add-hook 'csharp-ts-mode-hook #'eglot-ensure))
(when (executable-find "bicep-langserver")
(use-package bicep-mode
:straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode")))
(provide 'csharp-custom)
;;; csharp-custom.el ends here