Add bicep language support
This commit is contained in:
parent
a7844e053c
commit
d0e850f742
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
||||||
(add-hook 'csharp-mode-hook #'eglot-ensure)
|
(add-hook 'csharp-mode-hook #'eglot-ensure)
|
||||||
(add-hook 'csharp-ts-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)
|
(provide 'csharp-custom)
|
||||||
|
|
||||||
;;; csharp-custom.el ends here
|
;;; csharp-custom.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue