Syntax feature upgrade for ada snippets
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m47s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m47s
Details
This commit is contained in:
parent
02c752a943
commit
2d7c2974ef
|
@ -81,7 +81,7 @@ for parameter in parameters:
|
|||
list_type = "???"
|
||||
list_parameters = parameter.split(':')[0].replace(' ', '').split(',')
|
||||
for sub_parameter in list_parameters:
|
||||
parameter_list.append(f"{sub_parameter} : {list_type}")
|
||||
parameter_list.append(f"{sub_parameter}\t:\t{list_type}")
|
||||
for parameter in parameter_list:
|
||||
if not parameter == "" and not parameter.startswith("typ"):
|
||||
parameterless = parameter.replace("\t", "")
|
||||
|
@ -125,7 +125,7 @@ for parameter in parameters:
|
|||
list_type = "???"
|
||||
list_parameters = parameter.split(':')[0].replace(' ', '').split(',')
|
||||
for sub_parameter in list_parameters:
|
||||
parameter_list.append(f"{sub_parameter} : {list_type}")
|
||||
parameter_list.append(f"{sub_parameter}\t:\t{list_type}")
|
||||
for parameter in parameter_list:
|
||||
if not parameter == "" and not parameter.startswith("typ"):
|
||||
parameterless = parameter.replace("\t", "")
|
||||
|
|
Loading…
Reference in New Issue