]> Cypherpunks repositories - gostls13.git/commit
misc/notepadplus: use new User Defined Language system (UDL2)
authorChaiShushan <chaishushan@gmail.com>
Fri, 26 Jul 2013 22:12:42 +0000 (08:12 +1000)
committerRob Pike <r@golang.org>
Fri, 26 Jul 2013 22:12:42 +0000 (08:12 +1000)
commitc44e483542b7b9d8954d896f32c82f89bc86d9fc
tree53ee5fb932cca8a0b2e027adbd0ca6d7cf943517
parent14062efb16e3c69adaf655d0b545189036929368
misc/notepadplus: use new User Defined Language system (UDL2)

Add missing single quotation and backslash marks.

Change dot and underscore character keyword type.
"_" is a predeclared identifier, not a operator.
"." is a selector, x.f should be one identifier highlight.
So the fix is to change it.

Fixes #5775.
Fixes #5788.
Fixes #5798.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10480044
misc/notepadplus/README
misc/notepadplus/userDefineLang.xml