summaryrefslogtreecommitdiffstats
path: root/syntax/cnp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/cnp.vim')
-rw-r--r--syntax/cnp.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/syntax/cnp.vim b/syntax/cnp.vim
index a8139ec..6a2ddd0 100644
--- a/syntax/cnp.vim
+++ b/syntax/cnp.vim
@@ -1,8 +1,8 @@
" Vim syntax file
-" Language: CNP 0.3rc1
+" Language: CNP 0.4
" Maintainer: <clsr@clsr.net>
-" Last Change: 2017-08-05
-" Version: 0.1.0-dev
+" Last Change: 2017-08-29
+" Version: 0.2.0
if !exists('g:main_syntax')
if exists('b:current_syntax')
@@ -36,7 +36,7 @@ endif
syn match cnpUnsupported "cnp/\d\+\.\d\+" contained
syn match cnpSupported "cnp/0\.3" contained
-"syn match cnpSupported "cnp/0\.4" contained
+syn match cnpSupported "cnp/0\.4" contained
syn match cnpIntent " \([^\n=\\ ]\|\\[n_0\\-]\)\+\n\?" contained contains=cnpError,cnpIntentMisc,cnpIntentResponse,cnpIntentRequest keepend nextgroup=cnpParameters,cnpBody