Add vim modeline to lexer/parser
This commit is contained in:
parent
c2a42dd503
commit
55f4e5ab68
|
@ -1,4 +1,8 @@
|
|||
%{
|
||||
/*
|
||||
* vim:ts=8:expandtab
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "cfgparse.tab.h"
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
%{
|
||||
/*
|
||||
* vim:ts=8:expandtab
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <xcb/xcb.h>
|
||||
|
|
Loading…
Reference in New Issue