1
0
mirror of https://github.com/gryf/openui-opl-syntax.git synced 2025-12-17 19:40:25 +01:00
2017-05-30 20:22:12 +02:00
2017-05-30 20:17:28 +02:00
2017-05-30 20:16:59 +02:00
2017-05-30 20:22:12 +02:00
2017-05-30 20:22:12 +02:00

This is a syntax file, which I was created back than in 2011 for a most probably dead language for user interface called Open-UI for Windows. Interface have to be written in Pascal-alike language called OPL. Syntax highlight is for this specific language.

This repository is just for a proof, that it is fairly easy to prepare syntax highlighting for an exotic language.

Installation

To install it, any kind of Vim package manager can be used, like NeoBundle, Pathogen, Vundle or vim-plug.

For manual installation, copy subdirectories from this repository to your ~/.vim directory. Your .opl files should now have proper syntax highlighting. You can check it by opening any .opl file, and see its file type under vim in ex mode:

:set ft
"a message should appear:
  filetype=openui-opl

License

This work is licensed on 3-clause BSD license. See LICENSE file for details.

Description
Vim syntax highlight for OpenUI OPL files
Readme Multiple Licenses 97 KiB
Languages
Vim script 100%