Skip to content

Commit

Permalink
Fix bug when several atoms in single quotes are on the same line.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarh committed May 9, 2008
1 parent 5a12559 commit c8399dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/erlang.vim
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ syn region erlangString start=/"/ end=/"/ skip=/\\/ contain

syn match erlangVariable /\<[A-Z_]\w*\>/
syn match erlangAtom /\%(\%(^-\)\|#\)\@<!\<[a-z]\w*\>(\@!/
syn match erlangAtom /\\\@<!'.*\\\@<!'/
syn match erlangAtom /\\\@<!'[^']*\\\@<!'/

syn match erlangRecord /#\w\+/

Expand Down

0 comments on commit c8399dc

Please sign in to comment.