From c3806be2d014bcd7c7304dda340cbd363987c444 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Fri, 3 Jul 2015 18:47:22 -0400 Subject: [PATCH] added info about vim integration and update playpen link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb53eb..0817ea0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ The Kraken Programming Language (more info and examples at http://limvot.github.io/kraken/) -(try it out online at http://kraken.room409.xyz/) +(try it out online at http://www.kraken-lang.org/) +(vim integration (filetype, syntax highlighting, Syntastic) at https://github.com/Limvot/kraken.vim) The Kraken Programming Language is in its infancy. Currently, it consists of a RNGLALR parser written in C++, an experimental grammer that is evolving, and a C code generator.