From f35b666631f2a8aff819442f45b776d951f4752b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Wed, 1 Apr 2015 17:46:53 +0200 Subject: [PATCH] Update documentation to state that the configuration file is read by the custom parser as well. --- docs/hacking-howto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hacking-howto b/docs/hacking-howto index 12d6b14e..8d459791 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -686,9 +686,9 @@ all commands. In earlier versions of i3, interpreting these commands was done using lex and yacc, but experience has shown that lex and yacc are not well suited for our command language. Therefore, starting from version 4.2, we use a custom parser -for user commands (not yet for the configuration file). +for user commands and the configuration file. The input specification for this parser can be found in the file -+parser-specs/commands.spec+. Should you happen to use Vim as an editor, use ++parser-specs/*.spec+. Should you happen to use Vim as an editor, use :source parser-specs/highlighting.vim to get syntax highlighting for this file (highlighting files for other editors are welcome). -- 2.39.5