1
1
mirror of https://github.com/github/semantic.git synced 2024-11-22 23:29:37 +03:00

Make commensurate PHP changes. Look, ma, no tags changes.

This commit is contained in:
Patrick Thomson 2020-06-30 11:28:46 -04:00
parent cd5fe18219
commit ad94205759
2 changed files with 9 additions and 1 deletions

View File

@ -230,3 +230,12 @@ exports_files(["src/node-types.json"])
remote = "https://github.com/tree-sitter/tree-sitter-ql.git",
shallow_since = "1585868745 -0700",
)
new_git_repository(
name = "tree-sitter-php",
build_file_content = """
exports_files(["src/node-types.json"])
""",
commit = "41a408d5b996ef54d8b9e1b9a2469fad00c1b52b",
remote = "https://github.com/tree-sitter/tree-sitter-php.git",
)

View File

@ -168,7 +168,6 @@ instance ToTags PHP.NamespaceUseClause
instance ToTags PHP.NamespaceUseDeclaration
instance ToTags PHP.NamespaceUseGroup
instance ToTags PHP.NamespaceUseGroupClause
instance ToTags PHP.NewVariable
instance ToTags PHP.Null
instance ToTags PHP.ObjectCreationExpression
instance ToTags PHP.OptionalType