Il 28/11/2011 17:24, Marco Marongiu ha scritto:
> As I load the mode using M-x cfengine3-mode, the font highlighting is a
> bit crapped, and I get this message:
> 
> Error during redisplay: (void-variable font-lock-constant-name-face) [4
> times]

Add:

indentation refers to curly braces only. So instead of having, e.g.:

bundle something something
{
  classes:
    some_context::
      "example"
        or => {
                "a",
                "b",
                "c"
              } ;
}

you get a flatter

bundle something something
{
  classes:
  some_context::
  "example"
  or => {
          "a",
          "b",
          "c"
        } ;
}

Is this the intended behaviour?
Is there any simple way to change it?

Ciao
-- bronto
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to