Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8852720
)
Make vim recognize that "thriftl.ll" is Lex source
author
David Reiss
<dreiss@apache.org>
Thu, 26 Mar 2009 23:32:27 +0000
(23:32 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 26 Mar 2009 23:32:27 +0000
(23:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758921
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/thriftl.ll
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/thriftl.ll
b/compiler/cpp/src/thriftl.ll
index
9392734
..
0b4e960
100644
(file)
--- a/
compiler/cpp/src/thriftl.ll
+++ b/
compiler/cpp/src/thriftl.ll
@@
-248,3
+248,6
@@
st_identifier ([a-zA-Z-][\.a-zA-Z_0-9-]*)
%%
+
+/* vim: filetype=lex
+*/