fsprojects / zarchive-fsharpbinding

Archive of F# Language Bindings for Open Editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tupled `let` binding not colored in GitHub highlighting

latkin opened this issue · comments

let tuple = "first","second"
let item1,item2 = "first","second"