From ec967d463f0ded719c860489a192a8383da29bf9 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 17 Jul 2023 10:14:02 -0400 Subject: [PATCH] Add YAML-MODE --- README.org | 10 ++++++++++ modules/emacs.nix | 1 + 2 files changed, 11 insertions(+) diff --git a/README.org b/README.org index 66c455f..fde91ac 100644 --- a/README.org +++ b/README.org @@ -1213,6 +1213,7 @@ let <> <> <> + <> <> # User interface packages. @@ -2638,6 +2639,15 @@ epkgs.typescript-mode Typescript.el is a self-contained, lightweight and minimalist major-mode focused on providing basic font-lock/syntax-highlighting and indentation for Typescript syntax, without any external dependencies. +*** YAML Mode + +#+NAME: emacs-yaml-mode-package +#+BEGIN_SRC nix +epkgs.yaml-mode +#+END_SRC + +YAML Mode helps you edit =YAML= ~.yml~ and ~.yaml~ files. It features font locking for data forms and comments, and some electric keys to help with block literals. + *** PlantUML #+NAME: emacs-plantuml-extras diff --git a/modules/emacs.nix b/modules/emacs.nix index 4be181e..0094ace 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -59,6 +59,7 @@ let epkgs.rustic epkgs.protobuf-mode epkgs.typescript-mode + epkgs.yaml-mode epkgs.plantuml-mode # User interface packages.