Register CSPro Programming Language (Logic) on Github

What would you like to see in CSPro?
Forum rules
New release: CSPro 8.0
Post Reply
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Register CSPro Programming Language (Logic) on Github

Post 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,
Last edited by htuser on August 12th, 2019, 2:11 pm, edited 1 time in total.
G.VOLNY, a CSProuser from Haiti, since 2004
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Register CSPro Programming Language (Logic) on Github

Post by josh »

We would very much welcome you or any other user to register the CSPro language on Github.
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Re: Register CSPro Programming Language (Logic) on Github

Post 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!
G.VOLNY, a CSProuser from Haiti, since 2004
Post Reply