-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
TTCN-3 is a domain specific programming language used particularly (but not only) in the telecom domain.
For more information see www.ttcn-3.org/
There are open source imlpementations of a TTCN3 compiler (https://projects.eclipse.org/projects/tools.titan) as well as a language server (https://github.com/nokia/vscode-ttcn3), and tools like the Eclipse IDE support syntax highlighting for it.
It would be great if highlight.js would get TTCN-3 language support, as plenty of TTCN-3 projects use gerrit for code review, and gerrit in turn uses highlight.js for its syntax highlighting.
As a FOSS developer for 25+ years, I know I should submit a patch. Unfortuantely I have zero to no knowledge about Javascript, so I really don't think I would be efficient doing it.
In case anyone is interested in implementing this, I might even be able to provide some funding.