1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Last tree-sitter-parser bump

This commit is contained in:
Timothy Clem 2016-11-10 15:47:18 -08:00
parent c4df3ec5ab
commit b368c80fb7
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,14 @@
[
{
"language": "javascript",
"fileExt": ".js",
"repoUrl": "https://github.com/diff-fixtures/javascript.git",
"syntaxes": [
{
"syntax": "object",
"insert": "{ \"key1\": \"value1\" };",
"replacement": "{ \"key1\": \"value1\", \"key2\": \"value2\", \"key3\": \"3.0\" };"
}
]
}
]

View File

@ -0,0 +1,14 @@
[
{
"language": "ruby",
"fileExt": ".rb",
"repoUrl": "https://github.com/diff-fixtures/ruby.git",
"syntaxes": [
{
"syntax": "hash",
"insert": "{ :key1 => \"value\", :key2 => 1, \"key3\" => false, :\"symbol_key\" => 10 }",
"replacement": "{ key1: \"changed value\", key2: 2, key3: true }"
}
]
}
]

@ -1 +1 @@
Subproject commit e8baa6b94205ddc2ac85887eb28f45a61f3aaa3b
Subproject commit d2644acfacf995d6c526a13d54a6b4d1f6ed4dc7