Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.19 KB

MikroTik RouterOS Codeless Language Module

Support for syntax highlighting opening .rsc files in BBEdit.

Place the MikroTikRouterOS.plist file in your Application Support/BBEdit/Language Modules folder.

Please Note / TODO

This is a work in progress. At the moment strings are not properly parsed when multi line. Also would be nice if number always were parsed as number, even within strings. Maybe also alpha numerics (mac address etc) as numbers would be nice.

Also would like to get variables to be reconized and parsed as such, so that for example $MyVar would be recognized as variable.

(If you wonder: I've focused mainly on getting different colors in the syntax highlighting, not on it being correct type.)

Change Log

v0.2 - 20190605

Fixed some parsing, sorted into different keyword categories

v0.1 - 20190223

Initial file. Not really working too well. ;-) Created for BBEdit 12.6.x

Licence

As stated in the .plist file:
Released under the Creative Commons Attribution-ShareAlike License v3

Related URLs/Links