Skip to content

Sublime-Polygen v1.1.0

Latest
Compare
Choose a tag to compare
@tajmone tajmone released this 24 Mar 10:01
· 1 commit to master since this release

Sublime-Polygen v1.1.0 (ST >=3149)

  • Polygen.sublime-settings
    • Removed redundant file extensions settings
    • All Default Settings commented out (all settings are now just commented presets the user can refer to)
  • New Non-Terminal Definition snippet (nt)
  • Updated Documentation

This update fixes some requirements for inclusion in Package Control Default Channel, as requested by project reviewers (see PR #6948). The package now doesn't set any color scheme for Polygen syntax: in order to use the schemes that ship with the package, the User settings file has to be manually edited accordingly.

  • Polygen syntax: PML 1.0
  • Syntax highlighting
  • Two color schemes (Polygen-specific):
    • "Polygen Glamour" (default)
    • "Polygen Monokai"
  • Snippets:
    • Grammar Info (info)
    • Non-Terminal Definition (nt)
  • Goto Symbol:
    • non-terminal symbols in rule definition
    • labels (except in dot selections)
  • Build Systems for Polygen v1.0.6:
    • Polygen
    • Polygen - verbose
    • Polygen - build to file (<filename>.out.txt)
    • Polygen - build to file verbose
    • Polygen - check grammar
    • Polygen - check grammar (pedantic)
    • Polygen - show grammar info
    • Polygen - preprocess
    • Polygen - preprocess to file (<filename>.pre.txt)