summaryrefslogtreecommitdiff
path: root/runtime/syntax/st.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/st.vim')
-rw-r--r--runtime/syntax/st.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/st.vim b/runtime/syntax/st.vim
index 8160c7704..ffa7820fe 100644
--- a/runtime/syntax/st.vim
+++ b/runtime/syntax/st.vim
@@ -44,7 +44,7 @@ syn match stCharacter "$."
syn case ignore
-" the symols prefixed by a '#'
+" the symbols prefixed by a '#'
syn match stSymbol "\(#\<[a-z_][a-z0-9_]*\>\)"
syn match stSymbol "\(#'[^']*'\)"
@@ -58,7 +58,7 @@ syn match stFloat "\<\d\+e[-+]\=\d\+[fl]\=\>"
syn case match
-" a try to higlight paren mismatches
+" a try to highlight paren mismatches
syn region stParen transparent start='(' end=')' contains=ALLBUT,stParenError
syn match stParenError ")"
syn region stBlock transparent start='\[' end='\]' contains=ALLBUT,stBlockError