From: David Reiss Date: Thu, 26 Mar 2009 23:32:27 +0000 (+0000) Subject: Make vim recognize that "thriftl.ll" is Lex source X-Git-Tag: 0.2.0~204 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4a05434d0b007d412ffc363e2d6e574f25d59315;p=common%2Fthrift.git Make vim recognize that "thriftl.ll" is Lex source git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758921 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/src/thriftl.ll b/compiler/cpp/src/thriftl.ll index 9392734c..0b4e9606 100644 --- 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 +*/