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

update constant.character.escape.php #134

Merged
merged 4 commits into from
Jun 27, 2016
Merged

update constant.character.escape.php #134

merged 4 commits into from
Jun 27, 2016

Commits on May 7, 2016

  1. update to constant.character.escape.php

    Update to regex-single-quoted to place the constant.character.escape.php inside the patterns array so as to fix the broken regex highlighting in single quoted php regular expressions.
    Josh Bernitt committed May 7, 2016
    Configuration menu
    Copy the full SHA
    dfffa48 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. cleanup code for PR on atom#134

    Cleanup code for PR atom#134 that fixes single quoted regex in php.
    Josh Bernitt committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    bec824a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. adding spec for escaped brackets

    adding spec for escaped bracket and trying to get working. Currently
    the tokenizer does not parse the test case correctly. Trying to
    determine issue
    Josh Bernitt committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    4d8e560 View commit details
    Browse the repository at this point in the history
  2. adding spec for escaped bracket works

    spec to check if the single quoted PHP string parses escaped characters
    correctly is now working correctly. It fails when the fix for atom#124 is
    removed, but passes when the fix is in place, just as desired.
    Josh Bernitt committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    97f5839 View commit details
    Browse the repository at this point in the history