mirror of
https://github.com/golang/go
synced 2024-11-12 00:20:22 -07:00
misc/kate: fix multiline raw string syntax highlighting error.
From VisualFC. Fixes #4862. R=golang-dev, minux.ma, r CC=golang-dev https://golang.org/cl/7568043
This commit is contained in:
parent
4c48e4ecb5
commit
80234d5c6b
@ -95,7 +95,7 @@
|
|||||||
<HlCHex attribute="Hex" context="#stay"/>
|
<HlCHex attribute="Hex" context="#stay"/>
|
||||||
<HlCChar attribute="Char" context="#stay"/>
|
<HlCChar attribute="Char" context="#stay"/>
|
||||||
<DetectChar attribute="String" context="String" char="""/>
|
<DetectChar attribute="String" context="String" char="""/>
|
||||||
<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 1" char="/" char1="/"/>
|
||||||
<Detect2Chars attribute="Comment" context="Comment 2" char="/" char1="*" beginRegion="Comment"/>
|
<Detect2Chars attribute="Comment" context="Comment 2" char="/" char1="*" beginRegion="Comment"/>
|
||||||
<AnyChar attribute="Symbol" context="#stay" String=":!%&()+,-/.*<=>?[]|~^;"/>
|
<AnyChar attribute="Symbol" context="#stay" String=":!%&()+,-/.*<=>?[]|~^;"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user