1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Ramkumar Ramachandra 685ca8b1e3 [emacs] llvm-mode: fix parens, font-lock i*
In llvm-mode, with electric-pair-mode turned on, typing a literal '['
would print out '[[', and '(' would print a '(('. This was a very
annoying bug caused by overzealous syntax-table entries: the parens are
already part of the '(' and ')' class by default. Fix this.

While at it, notice that i32, i64, i1 etc. are not font-locked despite a
clear intent to do so. The issue is that regexp-opt doesn't accept
regular expressions. So, spell out the common literal integers with
different widths.

Differential Revision: http://reviews.llvm.org/D7036

llvm-svn: 226931
2015-01-23 19:45:35 +00:00
..
2014-03-29 10:18:08 +00:00
2014-06-13 15:21:50 +00:00
2014-06-08 22:29:17 +00:00
2015-01-20 21:23:15 +00:00
2014-10-16 20:00:02 +00:00
2013-01-02 09:10:48 +00:00
2012-01-26 22:06:23 +00:00
2014-06-23 17:58:39 +00:00
2014-01-24 17:20:08 +00:00