summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/yaml-mode.el
diff options
context:
space:
mode:
authorSimeon Simeonov2022-10-22 11:51:14 +0200
committerSimeon Simeonov2022-10-22 11:51:14 +0200
commitfb01ddbc487794a2d53fb13733dc03f73dee37ed (patch)
tree9c28a0c9333da70b70413edc5cda346cf83f0118 /.emacs.d/lisp/yaml-mode.el
parent3ba23d3758e06d95b14ed4e89607e258d15ddbf7 (diff)
Update markdown-modeand yaml-mode. Update .emacs
Diffstat (limited to '.emacs.d/lisp/yaml-mode.el')
-rw-r--r--.emacs.d/lisp/yaml-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el
index 07ac224..fc46e05 100644
--- a/.emacs.d/lisp/yaml-mode.el
+++ b/.emacs.d/lisp/yaml-mode.el
@@ -178,7 +178,7 @@ that key is pressed to begin a block literal."
178 "y" "Y" "yes" "Yes" "YES" "n" "N" "no" "No" "NO" 178 "y" "Y" "yes" "Yes" "YES" "n" "N" "no" "No" "NO"
179 "true" "True" "TRUE" "false" "False" "FALSE" 179 "true" "True" "TRUE" "false" "False" "FALSE"
180 "on" "On" "ON" "off" "Off" "OFF") t) 180 "on" "On" "ON" "off" "Off" "OFF") t)
181 " *$") 181 "\\_>")
182 "Regexp matching certain scalar constants in scalar context.") 182 "Regexp matching certain scalar constants in scalar context.")
183 183
184 184