Provides syntax highlighting for the Siebel Expressions (.siebel files).
Using Sublime Package Control (recommended): If you have installed Sublime Package Control, you can easily install the AMPL Language package via the Package Control: Install Package menu item (shortcut: CTRL+SHIFT+P). Search for Easy Siebel in the list.
Without Git: Download the latest source zip from github and extract the files to your Sublime Text "Packages" directory, into a new directory named Easy Siebel.
With Git: Clone the repository in your Sublime Text "Packages" directory:
git clone git://github.com:ouzklcn/Easy-Siebel.git Easy Siebel
The "Packages" directory is located at:
- OS X:
~/Library/Application Support/Sublime Text 3/Packages/ - Linux:
~/.Sublime Text 3/Packages/ - Windows:
%APPDATA%/Sublime Text 3/Packages/
You can access it through the menu in Preferences > Browse Packages...
Siebel CRM Systems is a Customer Relations Management system owned by Oracle Corporation. Siebel CRM developers use expressions while developing in Siebel. This package provides syntax highlighting features for Siebel Expressions.
This package adds syntax highlighting for all built-in functions, as well as strings, numeric values and function arguments.
If there are any issues or suggestions to do with the highlighting, please let me know.