Add dirty fix for Typescript hover popup

This commit is contained in:
He4eT 2023-03-08 14:41:19 +03:00
commit d29d7130f7

View file

@ -333,5 +333,8 @@ return lush(function()
LeapLabelPrimary({ Identifier }), LeapLabelPrimary({ Identifier }),
LeapMatch({ Constant }), LeapMatch({ Constant }),
LeapLabelSecondary({ Statement }), LeapLabelSecondary({ Statement }),
-- Dirty fixes
typescriptParens({ NormalFloat })
} }
end) end)