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

Redone YAML grammar #11666

Closed
wants to merge 4 commits into from
Closed

Redone YAML grammar #11666

wants to merge 4 commits into from

Commits on Sep 8, 2016

  1. Redone YAML grammar

    Imported from sublimehq/Packages and textmate/yaml.tmbundle.
    Originally created by @FichteFoll with additional patches from @Briles and @wbond.
    Ported to tmLanguage by @infininight.
    
    Known limitations:
    
    - Most indentation is not checked, except for block scalars, where it is also not verified (i.e. highlights even if less indentation used than required).
    - Properties are sometimes incorrectly highlighted for nested block collections (`- !!seq -`).
    
    Synced as of sublimehq/Packages@c52dd91, textmate/yaml.tmbundle/commit/953d955
    nDmitry committed Sep 8, 2016
    Copy the full SHA
    2ec9214 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Update OSSREADME.json

    nDmitry committed Sep 9, 2016
    Copy the full SHA
    2f75a6b View commit details
    Browse the repository at this point in the history
  2. Update YAML colorize tests

    nDmitry committed Sep 9, 2016
    Copy the full SHA
    8373125 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b07ff30 View commit details
    Browse the repository at this point in the history