- 
                Notifications
    You must be signed in to change notification settings 
- Fork 130
Three small tweaks... #42
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
Three small tweaks to make the look and feel of this theme consistent with the Monokai theme available for Sublime.
| .keyword.operator fixes curly braces and punctuation in go but what does the other two tweaks do? | 
| @svanharmelen thanks for these, would you mind throwing up a screenshot that summarizes the changes? | 
| Please see the below screenshots for the changes made by this PR... Please notice the: 
 Besides that I personally believe these changes make the theme much more readable and clear, the changes are also in line with how the Monokai theme looks in Sublime. | 
| @kevinsawicki any feedback on this one? Are you OK with the changes or do you need/want to discuss anything first? If so just let me know your concerns... Thx! | 
| Looks good, thanks for the screenshots 🚢 | 
| Nice, thx... | 
| Having done work on the brackets in atom/language-go#52, some of these changes are basically hacks to fix the syntax highlighting of the odd scopes that the Go grammar generated at the time. In atom/language-go#32, two syntax themes which have been tweaked especially for Go are presented as a solution, rather than suggesting to fix the arguably buggy grammar. As you can see in the example I supplied in the PR, I had the same issue of miscolored brackets in my theme. The issue was addressed by aligning language-go's behavior with other languages, like C and JavaScript. Similarly, function declarations in those languages give the function name the scope  I propose changing  | 
| Sounds like a plan... Allow me to update that one and at the same time cleanup some of the tweaks in this package as well, making stuff a little more generic again. Thanks for pointing it out! | 
| @svanharmelen You're fast! Nice of you to fix it! Regarding the third and final change, that of string escapes, Go targets the  Having made this final change would, for better or worse, make the changes of this PR superfluous. Since I know you care about Go's highlighting as much as I do, I hope you won't take offence. | 
| @Victorystick again sounds good 😉 I would suggest to just let it be  Are there any more improvements your aware of? Then I'll bundle them for a next release. Thanks for helping to make  | 
| I agree with you. Keep it simple. I don't have access to a computer, otherwise I would have made a PR myself. I'll take another look when I do. Nice working with you, as always! :) | 


Three small tweaks to make the look and feel of this theme consistent with the Monokai theme available for Sublime.