]> Cypherpunks repositories - gostls13.git/commit
misc/notepadplus: fix some number syntax highlight issue
authorChaiShushan <chaishushan@gmail.com>
Mon, 23 Sep 2013 01:35:17 +0000 (11:35 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 23 Sep 2013 01:35:17 +0000 (11:35 +1000)
commite82031618aff8c69ed09970cce66b9fcaaa939b8
tree73232373725b8676865673070b17d5eefca81a85
parentd4c7f04d71cdcc91292299e7cd8483c7f3fd6615
misc/notepadplus: fix some number syntax highlight issue

notepadplus can only support some normal golang's hex and imaginary numbers.
it can't detect some special number, eg. 1./1.e/1.i/1+0.1i (omit "0" in ".0").

R=golang-dev, gvdschoot
CC=ajstarks, golang-dev
https://golang.org/cl/13401047
misc/notepadplus/userDefineLang.xml