]> Cypherpunks repositories - gostls13.git/commit
misc/emacs: ignore backquote in comment or string
authorRui Ueyama <ruiu@google.com>
Wed, 9 Apr 2014 16:28:27 +0000 (12:28 -0400)
committerAlan Donovan <adonovan@google.com>
Wed, 9 Apr 2014 16:28:27 +0000 (12:28 -0400)
commit3d63ec240edfc596a8840f7a7e5218fa28e55c04
tree241639afabf4fe4aa8f88082b4996126c9dddf1f
parent95ee7d6414c4a9a5da95ecb4fbefc3ac3e570d06
misc/emacs: ignore backquote in comment or string

go-mode on Emacs 23 wrongly recognizes a backquote in a comment or
a string as a start of a raw string literal. Below is an example
that go-mode does not work well. This patch is to fix that issue.

  // `
  var x = 1
  // `

LGTM=dominik.honnef
R=golang-codereviews, dominik.honnef, adonovan
CC=golang-codereviews
https://golang.org/cl/84900043
misc/emacs/go-mode.el