summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/yaml-mode.el
diff options
context:
space:
mode:
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