Version 1.1 of package Gle-Mode has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Gle-Mode describes itself as:

  ===============================================
  Major mode to edit Graphics Layout Engine files
  ===============================================

More at https://elpa.gnu.org/packages/gle-mode.html

## Summary:

  This is a major mode for files using the GLE (Graphics Layout Engine)
  language.  See https://glx.sourceforge.net/
  [ Apparently the site uses "glx" while everything else seems to use
    "gle" instead, because "gle" was already occupied in sourceforge.  ]

  It provides:
  - Code highlighting
  - Automatic indentation
  - Flymake support (requires Emacs-26's fymake)
  - Imenu support
  - Electric bloc names (after begin/end)
  - Completion of bloc names
  - Skeletons/templates to insert or close blocs

  If you have misspelled a keyword or a command (etc.),
  it should jump into your eyes because it is not highlighted.

  Known defects:

  - `print' is not highlighted in:

      if a==0 then print 0
      else if a==1 then print 1
      else print 2

  - The `gle--line-syntax' description of the GLE language was extracted

## Recent NEWS:

[Not provided 🙁]

Reply via email to