Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc/kate: multiline rawstring syntax highlight error #4862

Closed
gopherbot opened this issue Feb 21, 2013 · 4 comments
Closed

misc/kate: multiline rawstring syntax highlight error #4862

gopherbot opened this issue Feb 21, 2013 · 4 comments

Comments

@gopherbot
Copy link
Contributor

by VisualFC:

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="`"/>
@minux
Copy link
Member

minux commented Mar 2, 2013

Comment 1:

@VisualFC, feel free to propose a CL with your change.

@rsc
Copy link
Contributor

rsc commented Mar 12, 2013

Comment 2:

[The time for maybe has passed.]

Labels changed: removed go1.1maybe.

@OlingCat
Copy link
Contributor

Comment 3:

The patch has already in codereview at #7568043, but why nobody mark it LGTM? Is that
any problem?

@robpike
Copy link
Contributor

robpike commented Mar 23, 2013

Comment 4:

This issue was closed by revision 80234d5.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants