You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
misc/kate/go.xml syntax error
What steps will reproduce the problem?
- kate editor go source multiline string first ` is not highlighted
Which version are you using? (run 'go version')
- go 1.03
Please provide any additional information below.
misc/kate/go.xml syntax error.
line 98:
<DetectChar attribute="Multiline String" context="Multiline
String" char="`"/>
please fix to:
<DetectChar attribute="String" context="Multiline String"
char="`"/>
The text was updated successfully, but these errors were encountered:
by VisualFC:
The text was updated successfully, but these errors were encountered: