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

Match zero-width in goTypeConstructor #1338

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Match zero-width in goTypeConstructor #1338

merged 1 commit into from
Jul 6, 2017

Commits on Jun 30, 2017

  1. Match zero-width in goTypeConstructor

    The `{` here interferes with the folding in:
    
    	syn region      goBlock             start="{" end="}" transparent fold
    
    I'm not sure if this is the best way to fix it; but it seems to work well as far
    as I can see. I also tried mucking about with `contained` and such, but wasn't
    able to get that to work.
    
    Fixes #1282
    arp242 committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    cfa9713 View commit details
    Browse the repository at this point in the history