forked from yoshiki/yaml-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
64 lines (64 loc) · 2.98 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
0.0.14 Tue Jun 25 19:21:12 CET 2019
* Adjust filling in comment to behave as in text modes (Tim Showalter)
* Improve block literal fontification (wasamasa)
* Support escaped quote in a single quoted string (Väinö Järvelä)
* Support double quote in implicit keys (Väinö Järvelä)
* Support non-whitespace preceded apostrophe (Väinö Järvelä)
* Support for apostrophe in words (Väinö Järvelä)
* Don't consider a line a document delimiter if it has
leading whitespace (Jonathan Frederickson)
* Treat alias nodes as punctuation (Wilfred Hughes)
0.0.13 Fri Nov 4 22:23:34 CET 2016
* Derive from text-mode, adjustments to major mode definition (wasamasa)
* Inclusion of longstanding PRs (wasamasa)
* Improved comment highlighting (wasamasa)
* Add *.raml to auto-mode-alist (Ville Skyttä)
* Map both DEL and <backspace> to electric backspace (forcer)
* Change dashes from word to symbol syntax (forcer)
0.0.12 Mon Aug 17 05:34:37 UTC 2015
* Enable encrypted yamls. (rhoml)
* Use font-lock-flush when available. (tarsius)
* Improve paragraph filling of block literals. (wentasah)
0.0.11 Tue Nov 25 08:35:56 GMT 2014
* Fix incorrect highlighting of colons in comments. (Wilfred)
0.0.10 Mon Aug 25 04:06:50 GMT 2014
* Remove default C-j binding. (barrkel)
0.0.9 Mon Mar 11 12:43:23 2013
* Fix anchor name can contain '_'. (Monson Shao)
* `checkdoc' nits (including the `checkdoc-autoload' extension).
(Samuel Bronson)
* Enable yaml-mode for *.yaml files. (Georgi Valkov)
0.0.8 Tue Feb 28 13:06:42 2012
* Replaced `last-command-char` to `last-command-event` (sugyan)
* Ignore *.elc in .gitignore (semperos)
* Added autoload comments. (arthuraa)
0.0.7 Thu Aug 5 14:35:14 2010 JST
* Fixed bug for 5th level's indentation becomes TAB character.
See YAML spec 1.2 section 5.5. White Space Characters (ochko)
0.0.6 Mon Mar 1 20:16:29 2009 JST
* The dash (-) is a word character.
See YAML spec 1.2 section 5.6 (Remco van 't Veer)
0.0.5 Mon Dec 21 2009
- Provide outline of yaml document via imenu (Tim Harper)
0.0.4 Mon Apr 20 16:46:13 2009 JST
- Patch from knagano and mad-p. Fixed font-lock bugs(#4)
* Move to github.com
New repogitory is http://github.com/yoshiki/yaml-mode/tree/master
0.0.3 Thu Jan 25 15:36:51 2007 JST
- Patch from Julian Scheid. Fixed comment highlighting bugs
using this idea. #2
* Fixed comment-start bugs.
See also http://emasaka.blog65.fc2.com/blog-entry-188.html
* Fixed few keywords regex.
yaml-comment-re
yaml-bare-scalar-re
yaml-block-literal-base-re
* Fixed little bugs #1
0.0.2 Fri Aug 25 18:04:01 2006 JST
- Patch from Marshall T. Vandegrift. Added lots of features.
* Added face used for YAML node anchors and aliases to
`font-lock-function-name-face'.
* Added face used for YAML tags to `font-lock-type-face'.
See http://www.yaml.org/refcard.html
0.0.1 Fri Jan 21 03:18:00 2006 JST
- original version