OScript is used for development with OpenText Content Server (Livelink).
An example of the syntax highlighting in the DarkLime theme:
An example of the syntax highlighting in the Mac Classic theme:
If you have only a web browser:
- Download the zip archive with this repository.
- Unpack the downloaded archive.
- Rename the unpacked directory to
oscript.tmbundle
. - 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.
- Syntax Highlighting
- Folding
- Commenting / Uncommenting
In lieu of a formal styleguide, take care to maintain the existing coding
style. Run make test
to validate your changes.
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.
Copyright (c) 2020 Ferdinand Prantl
Licensed under the MIT license.