aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-10-29 06:21:37 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-10-29 06:38:10 +0100
commitc7513368f0e84da7ff3968c5b2912fa6ad15ab05 (patch)
treed05f68dab9cc99cd48b280b56d64b040c03b27e8 /runtime/syntax
parentfb8f822d9c6271e42f5a80516f8e972b43977c33 (diff)
downloadrneovim-c7513368f0e84da7ff3968c5b2912fa6ad15ab05.tar.gz
rneovim-c7513368f0e84da7ff3968c5b2912fa6ad15ab05.tar.bz2
rneovim-c7513368f0e84da7ff3968c5b2912fa6ad15ab05.zip
vim-patch:b5b7562475ad
Update runtime files. https://github.com/vim/vim/commit/b5b7562475ad032a174b893286172de0d2c157cd --- NA patch (Nvim does not ship with spell files): vim-patch:3ad8772ef02e Include Serbian spell input files https://github.com/vim/vim/commit/3ad8772ef02e4352b0fa4e2697abc357734b62e1
Diffstat (limited to 'runtime/syntax')
-rw-r--r--runtime/syntax/chicken.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/chicken.vim b/runtime/syntax/chicken.vim
index f934d9d74e..c3f949f823 100644
--- a/runtime/syntax/chicken.vim
+++ b/runtime/syntax/chicken.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: Scheme (CHICKEN)
-" Last Change: 2018 Jan 31
+" Last Change: 2018-02-05
" Author: Evan Hanson <evhan@foldling.org>
" Maintainer: Evan Hanson <evhan@foldling.org>
" URL: https://foldling.org/vim/syntax/chicken.vim
@@ -14,7 +14,7 @@ if !exists('b:did_scheme_syntax')
endif
" Lighten parentheses.
-hi def link schemeParentheses Comment
+hi! def link schemeParentheses Comment
" foo#bar
syn match schemeExtraSyntax /[^ #'`\t\n()\[\]"|;]\+#[^ '`\t\n()\[\]"|;]\+/