Fix typo in syntax highlighting for vim.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 5 Apr 2020 03:09:35 +0000 (20:09 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 5 Apr 2020 03:09:35 +0000 (20:09 -0700)
syntax_highlighting/README.md
syntax_highlighting/vvhitespace.vim

index 0228471..b5eb403 100644 (file)
@@ -39,7 +39,7 @@ Create a file named `~/.vim/syntax/vvhitespace.vim` containing the following:
       finish
     endif
     
       finish
     endif
     
-    let b:current_synax = "vvhitespace"
+    let b:current_syntax = "vvhitespace"
     
     " Stack IMP
     syn match stackIMP '^[sS][sS]'
     
     " Stack IMP
     syn match stackIMP '^[sS][sS]'
index 8c0e095..0c08226 100644 (file)
@@ -6,7 +6,7 @@ if exists("b:current_syntax")
   finish
 endif
 
   finish
 endif
 
-let b:current_synax = "vvhitespace"
+let b:current_syntax = "vvhitespace"
 
 " Stack IMP
 syn match stackIMP '^[sS][sS]'
 
 " Stack IMP
 syn match stackIMP '^[sS][sS]'