]> Cypherpunks repositories - gostls13.git/commitdiff
misc/kate: fix multiline raw string syntax highlighting error.
authorOling Cat <olingcat@gmail.com>
Sat, 23 Mar 2013 22:16:58 +0000 (15:16 -0700)
committerRob Pike <r@golang.org>
Sat, 23 Mar 2013 22:16:58 +0000 (15:16 -0700)
From VisualFC.
Fixes #4862.

R=golang-dev, minux.ma, r
CC=golang-dev
https://golang.org/cl/7568043

misc/kate/go.xml

index 1e00cfcbf51f50f503cdf0bbca7eb4f13128cc05..c187eda82b7a602a2a4b16badb204848d05eef81 100644 (file)
@@ -95,7 +95,7 @@
         <HlCHex attribute="Hex" context="#stay"/>
         <HlCChar attribute="Char" context="#stay"/>
         <DetectChar attribute="String" context="String" char="&quot;"/>
-        <DetectChar attribute="Multiline String" context="Multiline String" char="`"/>
+        <DetectChar attribute="String" context="Multiline String" char="`"/>
         <Detect2Chars attribute="Comment" context="Comment 1" char="/" char1="/"/>
         <Detect2Chars attribute="Comment" context="Comment 2" char="/" char1="*" beginRegion="Comment"/>
         <AnyChar attribute="Symbol" context="#stay" String=":!%&amp;()+,-/.*&lt;=&gt;?[]|~^&#59;"/>