Skip to content

Commit 821f9ac

Browse files
committed
Add links to the vim plugin for XCI
1 parent 9646517 commit 821f9ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you are looking for a quick programming reference, check out the
1111

1212
If you want to explore the video tutorial, check out the [tutorial guide](TUTORIAL.md).
1313

14-
For development, the recommended IDE is [Atom](https://atom.io) with the [language-xci](https://atom.io/packages/language-xci) package installed.
14+
For development, the recommended IDE is [Atom](https://atom.io) with the [language-xci](https://atom.io/packages/language-xci) package installed. There is also [vim](https://www.vim.org) syntax support with the [vim-xci](https://github.com/jestin/vim-xci) syntax plugin.
1515

1616
Finally, if you want to read a complete, in-depth look at how the example game
1717
was created, see the [configuration walkthrough appendix to this document](example/APPENDIX.md).

XCI_SYNTAX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For each key, the value format will be described by a set of argument names. Arg
1313

1414
This document is intended to be a concise guide to the language and not a comprehensive programmer's guide. For that, please see the [main documentation](README.md) and the example game [appendix](example/APPENDIX.md).
1515

16-
For development, the recommended IDE is [Atom](https://atom.io) with the [language-xci](https://atom.io/packages/language-xci) package installed.
16+
For development, the recommended IDE is [Atom](https://atom.io) with the [language-xci](https://atom.io/packages/language-xci) package installed. There is also [vim](https://www.vim.org) syntax support with the [vim-xci](https://github.com/jestin/vim-xci) syntax plugin.
1717

1818
## Types
1919

0 commit comments

Comments
 (0)