chore: bump scintilla and lexilla version
This commit is contained in:
11
3rdparty/lexilla545/lexilla/test/examples/r/102Backticks.r.folded
vendored
Normal file
11
3rdparty/lexilla545/lexilla/test/examples/r/102Backticks.r.folded
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
0 400 400 # ugly code to demonstrate multiline string.
|
||||
0 400 400 `Hello
|
||||
2 400 401 + World` <- function(x, y, z) {
|
||||
0 401 401 | print(x);
|
||||
0 401 401 | print(y);
|
||||
0 401 401 | print(z);
|
||||
0 401 400 | }
|
||||
0 400 400 `Hello\nWorld`("Hello\nMoon!", "Hello
|
||||
0 400 400 Venus", 'Hello\
|
||||
0 400 400 Mars');
|
||||
0 400 0
|
Reference in New Issue
Block a user