Make vim recognize that "thriftl.ll" is Lex source
authorDavid Reiss <dreiss@apache.org>
Thu, 26 Mar 2009 23:32:27 +0000 (23:32 +0000)
committerDavid 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

index 9392734..0b4e960 100644 (file)
@@ -248,3 +248,6 @@ st_identifier ([a-zA-Z-][\.a-zA-Z_0-9-]*)
 
 
 %%
+
+/* vim: filetype=lex
+*/