From f16f239688b632fc54684c3e0e1430fd89a67db5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 3 Jun 2011 07:18:23 +0000 Subject: I added basic support for "opaque" type variables. I think there's one more tweak to it that I would like to make, but it's fine for now. I also added open, close, read, and write functions. They work just fine, but I'll also add a readLine function, and maybe even a readToken function later. --- support/vim/syntax/build.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/vim') diff --git a/support/vim/syntax/build.vim b/support/vim/syntax/build.vim index a867092..721cfd4 100644 --- a/support/vim/syntax/build.vim +++ b/support/vim/syntax/build.vim @@ -15,7 +15,7 @@ endif syn keyword Conditional if then else syn keyword Loop for do in syn keyword Logic not and or -syn keyword Statement include set unset function target input condition requires rule profile auto config display type default cache global value return output allow action warning error notice local continue break all export tag range +syn keyword Statement include set unset function target input condition requires rule profile auto config display type default cache global value return output allow action warning error notice local continue break all export tag range open close read write syn keyword Todo TODO FIXME XXX syn keyword Type int string bool float version syn keyword Constant null true false file never always important normal hidden autogenerated filetime -- cgit v1.2.3