tree-sitter / tree-sitter-go

Go grammar for tree-sitter
MIT License
310 stars 65 forks source link

fix: fix string literal rule #91

Closed SuperBo closed 1 year ago

SuperBo commented 2 years ago

Currently this program will parse correctly, but it shouldn't.

package main

import "fmt"

func main() {
    fmt.Println("hello world
    ")
}

Checklist:

matoous commented 1 year ago

@SuperBo would you please rebase your PR? 🙏 Would be lovely it if could get merged.

SuperBo commented 1 year ago

@SuperBo would you please rebase your PR? 🙏 Would be lovely it if could get merged.

Hi, I've just re-based my branch on latest changes.

aryx commented 1 year ago

thx!