mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
15 lines
356 B
JSON
15 lines
356 B
JSON
[
|
|
{
|
|
"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 }"
|
|
}
|
|
]
|
|
}
|
|
]
|