diff --git a/workflows/csharp-custom.el b/workflows/csharp-custom.el index ee2c121..23dcecf 100644 --- a/workflows/csharp-custom.el +++ b/workflows/csharp-custom.el @@ -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