diff options
author | Fredrik Gustafsson <[email protected]> | 2012-08-13 16:40:36 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-08-13 16:40:36 +0200 |
commit | e386c0ca2d6fc8866f26864b2ad2689ca0400f39 (patch) | |
tree | 1192dc35516f2ba65e62845e5b9efae37de19df5 /lib/tools/emacs/test.erl.indented | |
parent | a9953b23cbc7327132df4da61f236413a828e6b5 (diff) | |
parent | 10284487779ec3bf3656926d6692c6a9f38be81c (diff) | |
download | otp-e386c0ca2d6fc8866f26864b2ad2689ca0400f39.tar.gz otp-e386c0ca2d6fc8866f26864b2ad2689ca0400f39.tar.bz2 otp-e386c0ca2d6fc8866f26864b2ad2689ca0400f39.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/tools/emacs/test.erl.indented')
-rw-r--r-- | lib/tools/emacs/test.erl.indented | 5 |
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), |