Skip to content

Commit

Permalink
fixed syntax highlighting for escaped characters
Browse files Browse the repository at this point in the history
  • Loading branch information
jkenda committed Nov 1, 2023
1 parent eff4a01 commit 5b3df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/aback.vim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ syn match abackOperator '|>'
syn match abackNumber '[-+]\?\d\+'
" Floating point number with decimal no E or e
syn match abackNumber '[-+]\?\d\+\.\d*'
syn match abackChar "'.'"
syn match abackChar "'\\\?.'"

" Regions
syn region abackIfBlock start='then' end='end' fold transparent
Expand Down

0 comments on commit 5b3df3c

Please sign in to comment.