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 90e2109..e257379 100644
--- a/.emacs.d/lisp/yaml-mode.el
+++ b/.emacs.d/lisp/yaml-mode.el
@@ -125,7 +125,7 @@ that key is pressed to begin a block literal."
125(defconst yaml-directive-re "^\\(?:--- \\)? *%\\(\\w+\\)" 125(defconst yaml-directive-re "^\\(?:--- \\)? *%\\(\\w+\\)"
126 "Regexp matching a line contatining a YAML directive.") 126 "Regexp matching a line contatining a YAML directive.")
127 127
128(defconst yaml-document-delimiter-re "^ *\\(?:---\\|[.][.][.]\\)" 128(defconst yaml-document-delimiter-re "^\\(?:---\\|[.][.][.]\\)"
129 "Rexexp matching a YAML document delimiter line.") 129 "Rexexp matching a YAML document delimiter line.")
130 130
131(defconst yaml-node-anchor-alias-re "[&*][a-zA-Z0-9_-]+" 131(defconst yaml-node-anchor-alias-re "[&*][a-zA-Z0-9_-]+"