diff options
author | Magnus Henoch <[email protected]> | 2013-01-24 16:34:13 +0000 |
---|---|---|
committer | Magnus Henoch <[email protected]> | 2013-01-24 16:34:13 +0000 |
commit | f8223c00297beb3764b2cc1a70e2e8ac81b74d76 (patch) | |
tree | fb5cb9b3b863a351139b43bf0e065bd171017aaa /make | |
parent | e99df74bee7c245ec76678e336fcd09d4b51a089 (diff) | |
download | otp-f8223c00297beb3764b2cc1a70e2e8ac81b74d76.tar.gz otp-f8223c00297beb3764b2cc1a70e2e8ac81b74d76.tar.bz2 otp-f8223c00297beb3764b2cc1a70e2e8ac81b74d76.zip |
Fix syntax highlighting of $\' in Emacs mode
The single quote in $\' does not begin an atom. Change the regexp to
treat it just like $\". Previously this code would be incorrectly
highlighted:
foo() ->
Quote = $\',
%% This gets coloured as an atom, not as a comment
...
Diffstat (limited to 'make')
0 files changed, 0 insertions, 0 deletions