GNOME Bugzilla – Bug 782838
provide language definition file for Swift
Last modified: 2017-05-20 16:05:12 UTC
The Swift language is becoming popular, and there's a free implementation that runs on Linux: https://swift.org/download/ It would be great if gtksourceview had a language definition for Swift syntax highlighting.
Created attachment 352197 [details] [review] implementation Here's a language definition for Swift. I've tried to cover the entire language as described in the Swift language reference at https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/AboutTheLanguageReference.html
Thanks, I've pushed commit 4580012581a75ab3055fe9c03b29449a40134004 on the master branch (what will become GtkSourceView 4).
Great - thanks!