1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:54:39 -07:00
go/misc
Florian Weimer 70ed0ac588 go-mode.el: fix syntax highlighting of backticks
Instead of syntax-tables, an extended go-mode-cs is used for
from a font-lock callback.

Cache invalidation must happen in a before-change-function
because font-lock runs in an after-change-function, potentially
before the cache invalidation takes place.

Performance is reasonable, even with src/pkg/html/entity.go
and test/fixedbugs/bug257.go.

Fixes #2330.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5529045
2012-01-09 12:58:29 -05:00
..
arm
bash
bbedit misc/bbedit: error and rune support 2011-11-14 11:18:00 -08:00
cgo cgo: support export for built-in types 2011-12-20 09:28:45 -08:00
chrome/gophertool gophertool: make the keyword 'golang' 2011-06-01 07:24:33 +10:00
dashboard various: fix prints 2012-01-05 18:38:01 -08:00
emacs go-mode.el: fix syntax highlighting of backticks 2012-01-09 12:58:29 -05:00
fraise
goplay renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
IntelliJIDEA
kate kate: add error and rune 2011-11-14 11:16:06 -08:00
notepadplus misc/notepadplus: error and rune support 2011-11-14 11:19:08 -08:00
osx misc/osx: Rename profile.go to profile_go to avoid confusing scripts 2011-12-14 16:26:48 -05:00
swig various: use $GCFLAGS and $GCIMPORTS like Make does 2011-12-16 11:31:39 -05:00
vim vim: fix go filetype detection 2011-12-19 10:42:32 +11:00
windows misc/windows: add src/pkg/runtime/z* files to installation script 2011-12-26 20:25:31 +11:00
xcode
zsh
benchcmp misc/benchcmp: don't require "Benchmark" at beginning of line 2011-12-07 10:30:08 -08:00