slint/sixtyfps_compiler/generator
Olivier Goffart c25538c982 Normalize identifiers to - instead of _
As a result
 - The error messages will now show the error with `-` instead of `_`
 - The LSP will auto-complete with -
 - The interpreter's list of properties will list the property with '-'
   (but we made the change so that set_property, get_property, and so on
   work also if passed a '-')
2021-08-10 22:21:01 +02:00
..
cpp.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
rust.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00