goplus / gop

The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world.
https://goplus.org
Apache License 2.0
8.91k stars 546 forks source link

add support for goplus in github linguist #467

Open JessonChan opened 4 years ago

JessonChan commented 4 years ago

https://github.com/github/linguist

xushiwei commented 4 years ago

I don't understand what this issue means.

JessonChan commented 4 years ago

Describe the issue Adding support for syntax highlighting in code blocks would be great. Github uses Linguist,it allows you to configure the language using the following syntax

> ```[goplus] 
> [code...]
> ```

and detective the language by file extension.

image

It's important for people to be able to see that goplus is a legit programing language in developing.

xushiwei commented 4 years ago

cool.

I suggest we support both gop and goplus as Go+ tags.

println("Hello, Go+")
xushiwei commented 4 years ago

https://github.com/gopcode/linguist

go-wyvern commented 4 years ago

Describe the issue Adding support for syntax highlighting in code blocks would be great. Github uses Linguist,it allows you to configure the language using the following syntax

> ```[goplus] 
> [code...]
> ```

and detective the language by file extension.

image

It's important for people to be able to see that goplus is a legit programing language in developing.

This is a very meaningful thing