chore: bump scintilla and lexilla version
This commit is contained in:
11
3rdparty/lexilla545/lexilla/test/examples/rust/Issue34.rs
vendored
Normal file
11
3rdparty/lexilla545/lexilla/test/examples/rust/Issue34.rs
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* SCE_RUST_COMMENTBLOCKDOC
|
||||
*/
|
||||
fn main() {
|
||||
/// SCE_RUST_COMMENTLINEDOC
|
||||
println!("Hello, World!");
|
||||
}
|
||||
// SCE_RUST_COMMENTLINE
|
||||
/*
|
||||
* SCE_RUST_COMMENTBLOCK
|
||||
*/
|
Reference in New Issue
Block a user