]> git.sur5r.net Git - i3/i3/commitdiff
Add vim modeline to lexer/parser
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 27 Sep 2009 15:01:06 +0000 (17:01 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 27 Sep 2009 15:01:06 +0000 (17:01 +0200)
src/cfgparse.l
src/cfgparse.y

index 3ca8dcbd257b92fd8826aa096603128faafb34f1..20e36235a9278eadc8d987a1eac99cd40e10e42e 100644 (file)
@@ -1,4 +1,8 @@
 %{
+/*
+ * vim:ts=8:expandtab
+ *
+ */
 #include <stdio.h>
 #include <string.h>
 #include "cfgparse.tab.h"
index 9464e3b128f63e4418a8df4f620d6328e61652de..3705e9b738c8f23786656259cc67eaf9ec5eb6ec 100644 (file)
@@ -1,4 +1,8 @@
 %{
+/*
+ * vim:ts=8:expandtab
+ *
+ */
 #include <stdio.h>
 #include <string.h>
 #include <xcb/xcb.h>