prantlf / oscript.tmbundle

OScript Language Bundle for TextMate 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OScript TextMate2 Bundle

OScript is used for development with OpenText Content Server (Livelink).

Examples

An example of the syntax highlighting in the DarkLime theme:

Dark

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

Light

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.

About

OScript Language Bundle for TextMate 2

License:MIT License


Languages

Language:Makefile 100.0%