From: Ingo Bürk Date: Wed, 1 Apr 2015 15:46:53 +0000 (+0200) Subject: Update documentation to state that the configuration file is read by the custom parse... X-Git-Tag: 4.11~149^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f35b666631f2a8aff819442f45b776d951f4752b;p=i3%2Fi3 Update documentation to state that the configuration file is read by the custom parser as well. --- 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).