mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
16 lines
304 B
JSON
16 lines
304 B
JSON
[
|
|
{
|
|
"language": "ruby",
|
|
"fileExt": ".rb",
|
|
"repoUrl": "https://github.com/diff-fixtures/ruby.git",
|
|
"syntaxes": [
|
|
{
|
|
"syntax": "method-declaration-params",
|
|
"template": "def foo{0}\nend",
|
|
"insert": "(a)",
|
|
"replacement": "(a, b, c)"
|
|
}
|
|
]
|
|
}
|
|
]
|