Syntax highlighting for YAML and Dockerfiles
This commit is contained in:
parent
27caed7119
commit
628b3178b2
@ -1226,6 +1226,11 @@ LSP for PHP requires [[https://github.com/felixfbecker/php-language-server][php-
|
||||
(add-hook 'php-mode-hook #'lsp)
|
||||
#+END_SRC
|
||||
|
||||
* YAML
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package yaml-mode
|
||||
:mode ("//.yml//'"))
|
||||
#+END_SRC
|
||||
* Pharen
|
||||
[[https://pharen.org][Pharen]] is a Lisp that compiles to PHP. It looks a lot like Clojure.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@ -2575,6 +2580,12 @@ GraphQL environments:
|
||||
(local . ("http://localhost:7200/api/graphql" .
|
||||
,(password-store-get "lola-graphql-local-token")))))
|
||||
#+END_SRC
|
||||
* Docker
|
||||
Syntax highlighting for Dockerfiles:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package dockerfile-mode
|
||||
:mode ("\\Dockerfile\\'"))
|
||||
#+END_SRC
|
||||
* Kubernetes
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package kubernetes
|
||||
|
Loading…
Reference in New Issue
Block a user