This repository has been archived by the owner on May 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from chase/v1_prep
Prepare for v1.0 release
- Loading branch information
Showing
6 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
" Latest Revision: 2013-12-09 | ||
" Language: YAML (with Ansible) | ||
" Maintainer: Benji Fisher, Ph.D. <[email protected]> | ||
" Author: Chase Colman <[email protected]> | ||
" Version: 1.0 | ||
" Latest Revision: 2014-11-10 | ||
" URL: https://github.com/chase/vim-ansible-yaml | ||
|
||
autocmd BufNewFile,BufRead *.yml call s:SelectAnsible() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. <[email protected]> | ||
" Version: 1.0 | ||
" Last Change: Mon 10 Nov 2014 | ||
" URL: http://FIXME | ||
" Language: YAML (with Ansible) | ||
" Maintainer: Benji Fisher, Ph.D. <[email protected]>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") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
" Vim indent file | ||
" Language: YAML (with Ansible) | ||
" Maintainer: Chase Colman <[email protected]> | ||
" Latest Revision: 2014-11-18 | ||
" Language: YAML (with Ansible) | ||
" Maintainer: Benji Fisher, Ph.D. <[email protected]> | ||
" Author: Chase Colman <[email protected]> | ||
" 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") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
" Vim syntax file | ||
" Language: YAML (with Ansible) | ||
" Maintainer: Chase Colman <[email protected]> | ||
" Latest Revision: 2014-06-28 | ||
" Language: YAML (with Ansible) | ||
" Maintainer: Benji Fisher, Ph.D. <[email protected]> | ||
" Author: Chase Colman <[email protected]> | ||
" Version: 1.0 | ||
" Latest Revision: 2014-06-28 | ||
" URL: https://github.com/chase/vim-ansible-yaml | ||
|
||
if !exists("main_syntax") | ||
if version < 600 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
" jinja syntax file | ||
" Language: Jinja YAML Template | ||
" Maintainer:Chase Colman <[email protected]> | ||
" Author: Armin Ronacher <[email protected]> | ||
" Language: Jinja YAML Template | ||
" Maintainer: Benji Fisher, Ph.D. <[email protected]> | ||
" Author: Chase Colman <[email protected]> | ||
" Author: Armin Ronacher <[email protected]> | ||
" 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
" Maintainer: Benji Fisher, Ph.D. <[email protected]> | ||
" Author: Chase Colman <[email protected]> | ||
" Author: Igor Vergeichik <[email protected]> | ||
" Author: Nikolai Weibull <[email protected]> | ||
" Sponsor: Tom Sawyer <[email protected]> | ||
" Latest Revision: 2014-06-28 | ||
" Latest Revision: 2014-12-08 | ||
|
||
if !exists("main_syntax") | ||
if version < 600 | ||
|