]> git.sur5r.net Git - i3/i3/commitdiff
Update documentation to state that the configuration file is read by the custom parse...
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 1 Apr 2015 15:46:53 +0000 (17:46 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 2 Apr 2015 06:53:40 +0000 (08:53 +0200)
docs/hacking-howto

index 12d6b14ee1b2da3406d4b78e7960c66288207749..8d4597912affc72ccb333a9dcb45b9a136a248c6 100644 (file)
@@ -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).