1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

New tree-sitter and fix string delimiters

This commit is contained in:
Timothy Clem 2016-10-27 08:24:43 -07:00
parent d86b822ed0
commit fec86e0a88
4 changed files with 1030 additions and 286 deletions

File diff suppressed because it is too large Load Diff

View File

@ -49,8 +49,8 @@
{
"syntax": "delimiter",
"repoFilePath": "delimiter.rb",
"insert": "%q=a=\n%q<a<b>c>\n%=a=\n%Q=a=\n%<a<b>c>\n%Q<a<b>c>",
"replacement": "%q!b!\n%q{d{e}f}\n%!b!\n%Q!b!\n%{d{e}f}\n%Q{d{e}f}",
"insert": "%q#a#\n%q<a<b>c>\n%#a#\n%Q#a#\n%<a<b>c>\n%Q<a<b>c>",
"replacement": "%q/b/\n%q{d{e}f}\n%/b/\n%Q/b/\n%{d{e}f}\n%Q{d{e}f}",
"testCaseFilePath": "test/corpus/diff-summaries/ruby/delimiter.json"
},
{

@ -1 +1 @@
Subproject commit 5318035d30d0307a6c3f4a7caf195ddbe58afb1f
Subproject commit d612f3b2c22e3a61996c95475ee4068b6788aac6

@ -1 +1 @@
Subproject commit 726d48568c1757302e1ac87b3713be3851d92f84
Subproject commit 941ba8505ad7e8bcc431e9024f96230b2471cf02