https://github.com/prantlf/oscript.tmbundle
OScript Language Bundle for TextMate 2
https://github.com/prantlf/oscript.tmbundle
oscript textmate textmate-bundle textmate-language
Last synced: 9 months ago
JSON representation
OScript Language Bundle for TextMate 2
- Host: GitHub
- URL: https://github.com/prantlf/oscript.tmbundle
- Owner: prantlf
- License: mit
- Created: 2020-04-15T15:07:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T21:33:57.000Z (over 5 years ago)
- Last Synced: 2025-02-01T10:43:07.102Z (11 months ago)
- Topics: oscript, textmate, textmate-bundle, textmate-language
- Language: Makefile
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- Changelog: Changes.json
- License: LICENSE
Awesome Lists containing this project
README
# OScript TextMate2 Bundle
OScript is used for development with OpenText Content Server (Livelink).
## Examples
An example of the syntax highlighting in the DarkLime theme:

An example of the syntax highlighting in the Mac Classic theme:

## Installation
If you have only a web browser:
1. Download the [zip archive with this repository].
2. Unpack the downloaded archive.
3. Rename the unpacked directory to `oscript.tmbundle`.
4. Double click on `oscript.tmbundle` to install in TextMate.
If you have a development environment with `git`, `make` and `plutil`:
```
git clone https://github.com/prantlf/oscript.tmbundle.git
cd oscript.tmbundle
make test install
```
The latter option will convert the source files to binary format for better performance and omit unnecessary files.
## Features
* Syntax Highlighting
* Folding
* Commenting / Uncommenting
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding
style. Run `make test` to validate your changes.
## Others
Users of [Visual Studio Code] can enable the [OScript Extension]. Other editors with the syntax highlighting for OScript are based on [Scintilla], for example. [SciTE], [Geany], [Nodepad++] and [others] include a [colourful theme] for the [OScript lexer].
Web pages can highlight the OScript syntax of a code example [using JavaScript].
## License
Copyright (c) 2020 Ferdinand Prantl
Licensed under the [MIT license].
[zip archive with this repository]: https://github.com/prantlf/oscript.tmbundle/archive/master.zip
[Visual Studio Code]: https://code.visualstudio.com/
[OScript Extension]: https://marketplace.visualstudio.com/items?itemName=prantlf.vscode-oscript
[Scintilla]: https://scintilla.org/
[SciTE]: https://www.scintilla.org/SciTE.html
[colourful theme]: https://sourceforge.net/p/scintilla/scite/ci/default/tree/src/oscript.properties
[OScript lexer]: https://sourceforge.net/p/scintilla/code/ci/default/tree/lexers/LexOScript.cxx
[Geany]: https://www.geany.org/
[Nodepad++]: https://notepad-plus-plus.org/
[others]: https://www.scintilla.org/ScintillaRelated.html
[using JavaScript]: http://prantlf.blogspot.com/2012/07/oscript-syntax-highlighting-in-pure.html
[MIT license]: ./LICENSE