https://github.com/gnikonorov/openvms-dcl-sublime-lang-support
This repository contains code necessary to make Sublime Text 3 aware of the 'DIGITAL Command Language' used by HP's OpenVMS operating system.
https://github.com/gnikonorov/openvms-dcl-sublime-lang-support
dcl plist sublime yaml
Last synced: 7 months ago
JSON representation
This repository contains code necessary to make Sublime Text 3 aware of the 'DIGITAL Command Language' used by HP's OpenVMS operating system.
- Host: GitHub
- URL: https://github.com/gnikonorov/openvms-dcl-sublime-lang-support
- Owner: gnikonorov
- Created: 2017-02-12T05:27:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T03:50:21.000Z (over 8 years ago)
- Last Synced: 2025-01-28T20:13:10.135Z (9 months ago)
- Topics: dcl, plist, sublime, yaml
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains the necessary files to create support for the openvms flavor of DCL.
Sublime uses the text mate language grammar when constructing syntax highlighting schemes. The documentation for this can be found here: http://manual.macromates.com/en/language_grammars.
Specifically, each name entry corresponds to a name entry as outlined in section 12.4, with the name of the language extention at the end ( in this case 'com')Development of the language grammamar highlighting scheme was sped up significantly through the use of YAML to develop and not through plists directly. A Sublime package exists that converts YAML to plists, and it is called 'PackageDev'. Please see https://github.com/SublimeText/PackageDev for installation and use notes.