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

Fix highlighting of return types for abstract functions #461

Merged

Commits on Apr 23, 2018

  1. Fix highlighting of return types on different lines for abstract func…

    …tions
    
    If a class name is specified as the return type of an abstract
    function and positioned on another line than the `function` keyword,
    the class name was not highlighted at all.
    
    This commit highlights such class names as return types.
    fabacino committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    06da1d7 View commit details
    Browse the repository at this point in the history