diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-07 23:23:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-07 23:23:20 +0000 |
commit | dbfec5c06bb061610727430fb07f12770f428159 (patch) | |
tree | b95cb4d9bd3931d52e3a8236bf45a87dd76d808b /textproc/Makefile | |
parent | 91f7d86366b5554a46a61d16b87c5f54de060697 (diff) |
[New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.
WWW: http://yaml-mode.clouder.jp/
PR: ports/114383
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=199058
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 05d43322f26f..5bad8b7318e7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1042,6 +1042,7 @@ SUBDIR += xxdiff-scripts SUBDIR += y2l SUBDIR += yamcha + SUBDIR += yaml-mode.el SUBDIR += yi-aspell SUBDIR += yodl SUBDIR += yould |