From: Aaron Taylor Date: Sun, 5 Apr 2020 03:09:35 +0000 (-0700) Subject: Fix typo in syntax highlighting for vim. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/4dfd7c1f3c66f996be4ca07de909c13b9dd3df0c Fix typo in syntax highlighting for vim. --- 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]'