asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T
# this is the language definition for the
# language definition syntax itself
comment start "#"

preproc = "include"

string delim "\"" "\"" escape "\\" multiline
regexp delim "'" "'" escape "\\" multiline
regexp delim "`" "`" escape "\\" multiline

keyword = "state|environment|begin|end|delim|escape|start",
          "multiline|nested|vardef|exitall|exit",
          "redef|subst|nonsensitive"

symbol = "=|+|,|(|)"

vardef ID = '[[:word:]]+'

variable = '\$' + $ID

variable = $ID