-
Notifications
You must be signed in to change notification settings - Fork 82
Go Language Syntax Support #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
New keywords : animation-delay animation-direction animation-duration animation-iteration-count animation-name background-size background-clip box-sizing overflow-x box-shadow opacity flex-flow resize align-content transform transition New values : inherit content-box border-box table flex row wrap space-around infinite linear linear-gradient rgba webkit-box scale rotate translate translateX translateY skewX skewY
|
@LoveMHz Could you resolve the code conflicts? |
|
What code conflicts? |
|
I don't know why the tests are being dumb and saying there's a conflict. I'll manually merge and push it out. |
|
@Viper007Bond Nice work! |
| 'erl' => 'erlang', | ||
| 'erlang' => 'erlang', | ||
| 'fsharp' => 'fsharp', | ||
| 'go' => 'go', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add another syntax golang.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 💯
Add another syntax golang
|
Added golang. Sorry for the delay! |
|
@Viper007Bond Any updates? |
|
Nope, been busy, sorry. In the middle of trying to move apartments among other things. |
|
If you're super impatient and can't wait (sorry!), it's easy to add additional languages to my plugin without modifying it: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/adding-a-new-brush-language/ |
support keywords from C++20. support cpp special string. update shBrushPython.js support keyword async and await.
Add more cpp and python grammar keywords
Tighten auto-linker regex so it only links https? text
Add missing css keywords / values
Update docs, changelog, version to 3.5.1
|
Hi there!! Any news on this PR?? Do we have an ETA for merging this? @Viper007Bond @LoveMHz ? |
|
Please merge this! |
|
@LoveMHz could you please rebase this onto the latest If we can get that cleaned up, then we should be able to get this merged 🙂 |
|
@LoveMHz nice work on this, any chances on having this merged any time soon? if you don't have the time maybe we can open a new PR with the required changes on the code |
|
Please merge this! |
|
@diegoacuna please feel free to open a new PR if you would like. This one needs some work, and it seems the most recent interaction from the original author was in 2016. If we can get a PR up and working that only makes the required changes, then we should be able to get it merged 🙂 |
|
Done in #194 |
Added initial support for Go language syntax.