panchenko/org.eclipse.dltk.javascript

fix FloatNumberRule

panchenko opened this issue · 0 comments

Current js FloatNumberRule doesn't work correctly for object.x (it tries to interprete it as hex, but only dot is highlighted), etc.
Actually it makes sense to have common implementation in dltk.core and reuse it here.