Update Upsilon library
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -185,8 +185,6 @@ namespace UpsilonLanguageServer
|
|||||||
private static readonly Regex TableMatcher = new Regex(@"table *\((?'catch'.*)\)", RegexOptions.IgnoreCase);
|
private static readonly Regex TableMatcher = new Regex(@"table *\((?'catch'.*)\)", RegexOptions.IgnoreCase);
|
||||||
private static TypeContainer ParseType(string input)
|
private static TypeContainer ParseType(string input)
|
||||||
{
|
{
|
||||||
if (input == null)
|
|
||||||
Debugger.Break();
|
|
||||||
input = input.Trim();
|
input = input.Trim();
|
||||||
if (string.Equals(input, "string", StringComparison.InvariantCultureIgnoreCase))
|
if (string.Equals(input, "string", StringComparison.InvariantCultureIgnoreCase))
|
||||||
return Type.String;
|
return Type.String;
|
||||||
|
|||||||
Reference in New Issue
Block a user