Skip to content

Update go.lang: fix "0i" syntax not being highlighted as an integer

Pile Trade requested to merge pile.trade/gtksourceview:patch-2 into master

My previous merge request was not quite correct; simple integer literals suffixed with the imaginary unit "i" were not highlighted. This change fixes that.

Merge request reports