Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #30 from chase/v1_prep
Browse files Browse the repository at this point in the history
Prepare for v1.0 release
  • Loading branch information
benjifisher committed Dec 24, 2014
2 parents b1a3f57 + 3e40820 commit b55f47e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 19 deletions.
9 changes: 6 additions & 3 deletions ftdetect/ansible.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
" Determine if normal YAML or Ansible YAML
" Language: YAML (with Ansible)
" Maintainer: Chase Colman <chase@colman.io>
" Latest Revision: 2013-12-09
" Language: YAML (with Ansible)
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>
" Author: Chase Colman <chase@colman.io>
" Version: 1.0
" Latest Revision: 2014-11-10
" URL: https://github.com/chase/vim-ansible-yaml

autocmd BufNewFile,BufRead *.yml call s:SelectAnsible()

Expand Down
10 changes: 5 additions & 5 deletions ftplugin/ansible.vim
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
" Ansible/YAML filetype plugin
" Language: YAML (with Ansible)
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>
" Version: 1.0
" Last Change: Mon 10 Nov 2014
" URL: http://FIXME
" Language: YAML (with Ansible)
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>rg>
" Version: 1.0
" Latest Revision: 2014-11-10
" URL: https://github.com/chase/vim-ansible-yaml

" Only do this when not done yet for this buffer.
if exists("b:did_ftplugin")
Expand Down
9 changes: 6 additions & 3 deletions indent/ansible.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
" Vim indent file
" Language: YAML (with Ansible)
" Maintainer: Chase Colman <chase@colman.io>
" Latest Revision: 2014-11-18
" Language: YAML (with Ansible)
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>
" Author: Chase Colman <chase@colman.io>
" Version: 1.0
" Latest Revision: 2014-11-18
" URL: https://github.com/chase/vim-ansible-yaml

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
Expand Down
9 changes: 6 additions & 3 deletions syntax/ansible.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
" Vim syntax file
" Language: YAML (with Ansible)
" Maintainer: Chase Colman <chase@colman.io>
" Latest Revision: 2014-06-28
" Language: YAML (with Ansible)
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>
" Author: Chase Colman <chase@colman.io>
" Version: 1.0
" Latest Revision: 2014-06-28
" URL: https://github.com/chase/vim-ansible-yaml

if !exists("main_syntax")
if version < 600
Expand Down
10 changes: 7 additions & 3 deletions syntax/include/jinja.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
" jinja syntax file
" Language: Jinja YAML Template
" Maintainer:Chase Colman <chase@colman.io>
" Author: Armin Ronacher <armin.ronacher@active-4.com>
" Language: Jinja YAML Template
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>
" Author: Chase Colman <chase@colman.io>
" Author: Armin Ronacher <armin.ronacher@active-4.com>
" Version: 1.0
" Latest Revision: 2013-12-10
" URL: https://github.com/chase/vim-ansible-yaml

if !exists("main_syntax")
if version < 600
syntax clear
Expand Down
5 changes: 3 additions & 2 deletions syntax/include/yaml.vim
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
" Vim syntax file
" Language: YAML (YAML Ain't Markup Language)
" Maintainer: Chase Colman <chase@colman.io>
" Maintainer: Benji Fisher, Ph.D. <benji@FisherFam.org>
" Author: Chase Colman <chase@colman.io>
" Author: Igor Vergeichik <iverg@mail.ru>
" Author: Nikolai Weibull <now@bitwi.se>
" Sponsor: Tom Sawyer <transfire@gmail.com>
" Latest Revision: 2014-06-28
" Latest Revision: 2014-12-08

if !exists("main_syntax")
if version < 600
Expand Down

0 comments on commit b55f47e

Please sign in to comment.