Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Major tidy-up #137

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

Major tidy-up #137

wants to merge 5 commits into from

Commits on May 20, 2016

  1. Major tidy-up

    Let's make this readable!
    * Key names have had wrapping quotes removed, except for non-schema keys
    (i.e. part of the PHP language definition rather than the language
    schema)
    * Comment keys moved to multi-line strings for readability
    * Whitespace `(?x)` regexes have been cleaned up and formatted -- they
    had both actual whitespace and escaped whitespace!
    * Capture indicies collapsed for better readability
    
    Note: This file is functionally the same as it was before, this has just
    been a reformat and tidy
    Kroc committed May 20, 2016
    Configuration menu
    Copy the full SHA
    d1ae1d8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. Added more comments

    Kroc committed May 22, 2016
    Configuration menu
    Copy the full SHA
    f6cd811 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Convert comment keys to actual comments

    This seems to be a hold-over from the XML/PLIST format from TM.
    Kroc committed May 26, 2016
    Configuration menu
    Copy the full SHA
    fb632c7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    9054d56 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Fix linting

    Kroc committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    86f732e View commit details
    Browse the repository at this point in the history