summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFeng Li <fengli@gmail.com>2014-04-10 09:56:28 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-04-10 09:56:28 -0400
commit39764caa7f21822f8919e51b07394c00c2431b36 (patch)
treec000445a8d810470ebbc2ac7880989a54fdfec1e /test
parentbcbb83a92d3a65f0c724a043836a8c60aa09f57c (diff)
downloademacs-39764caa7f21822f8919e51b07394c00c2431b36.tar.gz
* lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
entry; use symbol boundaries to avoid mis-matches.
Diffstat (limited to 'test')
-rw-r--r--test/indent/pascal.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas
index 4b3be7cf57c..0005b9561bf 100644
--- a/test/indent/pascal.pas
+++ b/test/indent/pascal.pas
@@ -29,6 +29,7 @@ by the GNU General Public License. }
// Free-pascal style comment.
var x:Char = 12 /* 45; // This /* does not start a comment.
var x:Char = (/ 4); // This (/ does not start a comment.
+var a_to_b : integer; // 'to' should not be highlighted
program CRTDemo;