From c521eeb03d14802c0bd242ae5a6e85ceadec49a6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Mar 2014 20:14:21 +0100 Subject: something on the syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/lisp-esque.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 21f7392..3a65c3b 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -1,11 +1,20 @@ ; -*- lisp -*- -; The line above sets the editors to lisp mode, which probably +; The line above sets the editors to LISP mode, which probably ; is the mode with best syntax highlighting for this file. -; This configuration file requires the lisp-esque example +; This configuration file requires the LISP-esque example ; configuration scripts ; Both ; (semicolon) and # (pound) start commands ending the end of the line +; If you know LISP, you might find this the be a bit different, +; it is only superficially like LISP. Anthing it is inside brackets +; is a list of strings. A string starting with a colon is a function +; call with next string being its argument, or the next list being +; its arguments. The first string in a list may or may not be function +; call, depending on situation; it can be first not to be bit adding +; a dot the string before it, the first string is ignored if it is a dot. +; Quotes have no effect other than cancelling out the effect of whitespace. + (blueshift ; Indices of monitors to use. -- cgit v1.2.3-70-g09d2