Add vim modeline to lexer/parser

This commit is contained in:
Michael Stapelberg 2009-09-27 17:01:06 +02:00
parent c2a42dd503
commit 55f4e5ab68
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
%{
/*
* vim:ts=8:expandtab
*
*/
#include <stdio.h>
#include <string.h>
#include "cfgparse.tab.h"

View File

@ -1,4 +1,8 @@
%{
/*
* vim:ts=8:expandtab
*
*/
#include <stdio.h>
#include <string.h>
#include <xcb/xcb.h>