Skip to content
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

Added Function Highlighting #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

seanhess
Copy link

It was really hard to read files written in a function style:

 one = ->
 two = (asdf) ->

since everything was the default coloring, you couldn't really see the function definitions. Feel free to clean it up, but I think it at least gives the idea.

@bergman
Copy link

bergman commented Apr 10, 2013

This fails on function calling with a string argument containing equal signs and passed a callback.

Example:
request.get "http://example.com/?s=foo", (err, response, body) ->

WITHOUT this pull request:
Screen Shot 2013-04-10 at 16 14 32

WITH this pull request:
Screen Shot 2013-04-10 at 16 12 41

@maple-leaf
Copy link

request.get "http://example.com/?s=foo", (err, response, body) ->

I think this might be caused by the = sign in ?s=foo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants