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

Minor syntax improvements pulled from Omnisharp's old syntax file #46

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

Commits on Nov 21, 2018

  1. Fix case on csModifier's nextgroup

    Update csModifier to use same case as definition for csClass,csIface.
    idbrii committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    14a3bd3 View commit details
    Browse the repository at this point in the history
  2. Align definitions

    Align definitions of csGlobal and csContextualStatement to match other
    statements.
    idbrii committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    43b7654 View commit details
    Browse the repository at this point in the history
  3. Sort linq keywords

    csLinq keywords are sorted by name, but otherwise unchanged.
    idbrii committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    5e9ff03 View commit details
    Browse the repository at this point in the history