-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
language-supportIssues or PRs related to programming languages (also e.g. in styles, themes)Issues or PRs related to programming languages (also e.g. in styles, themes)
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the Issue
Notepad++ syntax highlighter and doesn't recognize backtick raw string literals in golang
Steps To Reproduce
- Write a code in golang. For example:
package main
import "fmt"
func main() {
fmt.Println("Hello world")
fmt.Println(`Hello world`)
}Current Behavior
You will see that the Hello world is not highlighted:
Notepad++ thinks the function has ended in this case:
Expected Behavior
There should be highlighting as in normal double quote strings in go
Debug Information
not neededAnything else?
You can make this situation worse be using } inside a backtick string and Notepad++ will think the function as already ended. 😞
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
language-supportIssues or PRs related to programming languages (also e.g. in styles, themes)Issues or PRs related to programming languages (also e.g. in styles, themes)

