[Github-comments] [geany/geany] Rust syntax highlighting is not colouring "String" as a type (#2314)

Matthew Brush notifications at xxxxx
Mon Sep 23 01:38:36 UTC 2019


I don't know Rust, but I assume `String` is a library type, like presumably many other types from the standard library which aren't listed (maps, vectors, etc.). From [Rust docs](https://doc.rust-lang.org/std/string/struct.String.html):

> The String type is the most common string type that has ownership over the contents of the string. It has a close relationship with its borrowed counterpart, the primitive str.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2314#issuecomment-533938527
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190922/66beda12/attachment.html>


More information about the Github-comments mailing list