ULOS Manual Pages - vle(7) | Back
NAME
  vle - VLE syntax highlighting scheme
DESCRIPTION
  This manual page documents the simple syntax highlighting definitions used in tle(1) and vle.
  The basic syntax of a definition:
    # this is a comment
    keywordtype word1 word2 word3
  The supported keywordtypes, and what they define, are as follows:
  
    comment prefix
      Defines the single supported comment prefix.
    const
      Defines language constants.
    keychars
      Defines key characters.  These may optionally be separated by spaces, but it is not required.
    operator
      Defines language operators (groups of one or more keychars, e.g. += or +).
    keywords
      Defines language keywords (e.g. local).
    constpat
      Defines a pattern against which tokens may be matched for constants.  This is useful for highlighting numbers, for example.
    builtin
      Defines language builtins.
COPYRIGHT
  Visual Lua Editor syntax highlighting scheme copyright (c) 2021 Ocawesome101 under the DSLv2.
SEE ALSO
  tle(1)