VonOx / language-ptc-pro

Provides basic syntax highlighting for configuration files for Creo Parametric (formerly Pro/Engineer) and Creo Simulate for Atom Text Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PTC Creo Configuration Files Language

Build Status

Provides basic syntax highlighting for configuration files for Creo Parametric (formerly Pro/Engineer) and Creo Simulate.

Still at its early steps, feel free to add your thoughts.

Sample configuration

Notes

The package currently supports lines that begin with # and ! as comments.

Be aware that Creo mostly needs configuration files encoded not in UTF-8 but in ANSI. In Atom you can use the package auto-encoding to make it automatically detect and not assume UTF-8.

How to install

Open Atom and go to FileSettingsInstall and search for language-ptc-pro, then press Install on the right.

Credits and Thanks

Based on / Thanks a lot to

  • Olaf Corten for his all complete list of config.pro Options
  • npp-pro by VonOx Config.pro highlighting for Notepad++
  • The folks at Atom.io for various code snippets

Language support

▶︎ config.pro, mapkey folding if indented
▶︎ detail.dtl
▶︎ modelcheck files
▶︎ trail files
▶︎ xconf, dip, dop, qry files (built-in xml)
▶︎ stk files
▶︎ pnt files
▶︎ scl files
… ...
… more detailed highlighting

Copyright

Copyright © 2016+ by Sven Rothe. See LICENSE for details.

This project is not affiliated with or endorsed by PTC. All trademarks and copyrights are the property of their respective owners.

About

Provides basic syntax highlighting for configuration files for Creo Parametric (formerly Pro/Engineer) and Creo Simulate for Atom Text Editor

License:MIT License


Languages

Language:CoffeeScript 99.5%Language:CSS 0.5%