Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trianglesis/bmc_tpl
BMC TPL (tideway pattern languare) syntax higlight and autocomplete for Sublime text
https://github.com/trianglesis/bmc_tpl
addm bmc bmc-discovery bmc-tpl bmc-tpl-ide bmc-tplpre sublime-snippets sublime-syntax sublime-text sublime-text-3 syntax-highlighting tpl tplpre
Last synced: 9 days ago
JSON representation
BMC TPL (tideway pattern languare) syntax higlight and autocomplete for Sublime text
- Host: GitHub
- URL: https://github.com/trianglesis/bmc_tpl
- Owner: trianglesis
- License: gpl-3.0
- Created: 2016-11-23T16:17:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T06:16:52.000Z (about 7 years ago)
- Last Synced: 2023-08-01T21:04:21.088Z (over 1 year ago)
- Topics: addm, bmc, bmc-discovery, bmc-tpl, bmc-tpl-ide, bmc-tplpre, sublime-snippets, sublime-syntax, sublime-text, sublime-text-3, syntax-highlighting, tpl, tplpre
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BMC tpl or tplpre language support in Sublime Text 2\\3
Adds syntax highlighting and snippets for [tpl](https://docs.bmc.com/docs/display/DISCO111/The+Pattern+Language+TPL) in Sublime Text.
Originally made. Have also re-made version for [Atom](https://github.com/trianglesis/language-tplpre)
Build Logic for this package is not included, you can find it in separate [repo](https://github.com/trianglesis/BMC_TPL_IDE)
## Installation:
#### Package:
- Copy 'bmc_tpl' to: C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\bmc_tplpre
#### Settings:
This is optional and recommended settings:- Move "Default (Windows).sublime-keymap" to C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\User
- Move "Preferences.sublime-settings" to C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\User
- Move "tpl_READY.sublime-settings" to C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\User
- Move "tplpre_READY.sublime-settings" to C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\User## Use:
#### Set syntax: Ctrl+Shift+P -> type "Set Syntax: tplpre"
![set syntax](https://github.com/trianglesis/bmc_tpl/blob/master/Pictures/SetSyntax.png)
#### Automation, syntax check, upload pattern, etc:
With module: [BMC_TPL_IDE](https://github.com/trianglesis/BMC_TPL_IDE) you can run most development routines automatically.
For Sublime Text command templates will be available in Command Palette (Ctrl+Shift+P) - [build system](http://sublimetext.info/docs/en/reference/build_systems.html)![Cammands](https://github.com/trianglesis/bmc_tpl/blob/master/Pictures/Commands.png)
![Build](https://github.com/trianglesis/bmc_tpl/blob/master/Pictures/BuildSystem.png)
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
### Additional functionality will be added soon in both versions for Sublime Text and Atom.
Fell free to contact me via [email protected]
Last validation: 2017-08-17