From 4a05434d0b007d412ffc363e2d6e574f25d59315 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Thu, 26 Mar 2009 23:32:27 +0000 Subject: [PATCH] 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 --- compiler/cpp/src/thriftl.ll | 3 +++ 1 file changed, 3 insertions(+) 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 +*/ -- 2.17.1