tree-sitter-go
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -277,3 +277,3 @@ const | ||
'struct', | ||
$.field_declaration_list, | ||
$.field_declaration_list | ||
), | ||
@@ -310,3 +310,3 @@ | ||
'interface', | ||
$.method_spec_list, | ||
$.method_spec_list | ||
), | ||
@@ -319,3 +319,3 @@ | ||
repeat(seq(terminator, choice($._type_identifier, $.qualified_type, $.method_spec))), | ||
optional(terminator), | ||
optional(terminator) | ||
)), | ||
@@ -446,3 +446,3 @@ '}' | ||
alias($.identifier, $.label_name), | ||
':', | ||
':' | ||
), | ||
@@ -449,0 +449,0 @@ |
{ | ||
"name": "tree-sitter-go", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "Go grammar for tree-sitter", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tree-sitter-cli": "^0.7.2" | ||
"tree-sitter-cli": "^0.8.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2198599