Added `string` to keywords list. (closes #2314) You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2533
-- Commit Summary --
* filetypes.rust:add `string` to keywords
-- File Changes --
M data/filedefs/filetypes.rust (2)
-- Patch Links --
https://github.com/geany/geany/pull/2533.patch https://github.com/geany/geany/pull/2533.diff
`string` isn't a keyword according to https://doc.rust-lang.org/book/appendix-01-keywords.html
Closed #2533.
I don't use Rust, but it seems like it might make some sense to put `String` (upper-case S) in the `secondary` keywords list.
might make some sense to put String (upper-case S) in the secondary keywords list.
Its in the Rust tags file on the wiki and is highlighted as a type.
github-comments@lists.geany.org