aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/test.erl.indented
diff options
context:
space:
mode:
authorMagnus Henoch <[email protected]>2012-08-06 11:16:27 +0100
committerHenrik Nord <[email protected]>2012-08-07 12:09:19 +0200
commit5db6226178d98141b7d1f5cf792797160710c693 (patch)
treeecfe3b830ec953b59503ed633abf0cdce74f0b23 /lib/tools/emacs/test.erl.indented
parent24ad2d1d985bbadb28dc8fe9dfee5e33c3bdcbbc (diff)
downloadotp-5db6226178d98141b7d1f5cf792797160710c693.tar.gz
otp-5db6226178d98141b7d1f5cf792797160710c693.tar.bz2
otp-5db6226178d98141b7d1f5cf792797160710c693.zip
Fix highlighting of atoms ending with a dollar sign
Like this: 'atom$'. In that example, the last single quote should be recognised as ending the atom. This needs a font-lock workaround similar to the one for strings.
Diffstat (limited to 'lib/tools/emacs/test.erl.indented')
-rw-r--r--lib/tools/emacs/test.erl.indented5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tools/emacs/test.erl.indented b/lib/tools/emacs/test.erl.indented
index e0593c6522..45d9593000 100644
--- a/lib/tools/emacs/test.erl.indented
+++ b/lib/tools/emacs/test.erl.indented
@@ -215,6 +215,11 @@ highlighting(X) % Function definitions should be highlighted
"char $in string", atom,
+ 'atom$', atom, 'atom$', atom,
+ 'atom\$', atom,
+
+ 'char $in atom', atom,
+
$[, ${, $\\, atom,
?MACRO_1,
?MACRO_2(foo),