From 4dfd7c1f3c66f996be4ca07de909c13b9dd3df0c Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 4 Apr 2020 20:09:35 -0700 Subject: [PATCH] Fix typo in syntax highlighting for vim. --- syntax_highlighting/README.md | 2 +- syntax_highlighting/vvhitespace.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax_highlighting/README.md b/syntax_highlighting/README.md index 0228471..b5eb403 100644 --- a/syntax_highlighting/README.md +++ b/syntax_highlighting/README.md @@ -39,7 +39,7 @@ Create a file named `~/.vim/syntax/vvhitespace.vim` containing the following: finish endif - let b:current_synax = "vvhitespace" + let b:current_syntax = "vvhitespace" " Stack IMP syn match stackIMP '^[sS][sS]' diff --git a/syntax_highlighting/vvhitespace.vim b/syntax_highlighting/vvhitespace.vim index 8c0e095..0c08226 100644 --- a/syntax_highlighting/vvhitespace.vim +++ b/syntax_highlighting/vvhitespace.vim @@ -6,7 +6,7 @@ if exists("b:current_syntax") finish endif -let b:current_synax = "vvhitespace" +let b:current_syntax = "vvhitespace" " Stack IMP syn match stackIMP '^[sS][sS]' -- 2.20.1