Page 1 of 1

Register CSPro Programming Language (Logic) on Github

Posted: August 12th, 2019, 9:56 am
by htuser
Dear CSPro Developer Team,
It will be a must if you can register the CSPro Programming Language (Logic) on Github, so their programming language controller can recognize and colorize it. You already do that for Notepad++ and it's very well.
Please let's know!

Thanks in advance,

Re: Register CSPro Programming Language (Logic) on Github

Posted: August 12th, 2019, 1:56 pm
by josh
We would very much welcome you or any other user to register the CSPro language on Github.

Re: Register CSPro Programming Language (Logic) on Github

Posted: August 12th, 2019, 2:14 pm
by htuser
Hi Josh,
Please do you have an idea about how to perform this on Github?
I'm trying to read https://github.com/github/linguist/blob ... IBUTING.md
After first reading, it's not clear how a CSProuser can do it without the Developer Team help...
For example, here's the language definition of php:
PHP:
type: programming
tm_scope: text.html.php
ace_mode: php
codemirror_mode: php
codemirror_mime_type: application/x-httpd-php
color: "#4F5D95"
extensions:
- ".php"
- ".aw"
- ".ctp"
- ".fcgi"
- ".inc"
- ".php3"
- ".php4"
- ".php5"
- ".phps"
- ".phpt"
filenames:
- ".php"
- ".php_cs"
- ".php_cs.dist"
- Phakefile
interpreters:
- php
aliases:
- inc
language_id: 272
Among others, we don't know which interpreters are used by CSPro Programming Language...
If the way is clear, i can try...

Please let me know!