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

Add tree-sitter PHP grammar #303

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

Commits on Dec 14, 2017

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

Commits on Dec 15, 2017

  1. Stub in more syntax

    joshvera committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    ef53a52 View commit details
    Browse the repository at this point in the history
  2. Fix css syntax

    joshvera committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    867e5eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d68f48 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

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

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    b69985f View commit details
    Browse the repository at this point in the history
  2. ⬆️ tree-sitter-php

    Ben3eeE committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    65dcc6b View commit details
    Browse the repository at this point in the history
  3. Update to latest API changes

    Ben3eeE committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    d5b2739 View commit details
    Browse the repository at this point in the history
  4. Do we commit package-lock???

    Ben3eeE committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    7f5c924 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

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

Commits on Oct 15, 2018

  1. Add more syntax

    Ben3eeE committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    f792eb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. WIP

    Ben3eeE committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    41ff847 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. scope scoped call expressions

    Ben3eeE committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    99fce95 View commit details
    Browse the repository at this point in the history
  2. Scope member call expressions and constants

    Also remove scope for variable and for syntax-error
    Ben3eeE committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    a1f9b2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b3bbcd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Add more scopes

    Fixes scopes of anonymous nodes
    Scopes constant.language.php for language constants
    Scope the class of catch expressions as a class name
    Change object_creation_expression to scope as entity.name.type.class
    Ben3eeE authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    218e54f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. ⬆️ [email protected]

    Ben3eeE committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    a010977 View commit details
    Browse the repository at this point in the history
  2. Fold formal_parameters

    Ben3eeE committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    a6c6252 View commit details
    Browse the repository at this point in the history
  3. 🎨

    Ben3eeE committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    a4fcbea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7da20f6 View commit details
    Browse the repository at this point in the history