diff options
Diffstat (limited to 'test/vis/text-objects/lexer.in')
| -rw-r--r-- | test/vis/text-objects/lexer.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/vis/text-objects/lexer.in b/test/vis/text-objects/lexer.in new file mode 100644 index 0000000..275fc5f --- /dev/null +++ b/test/vis/text-objects/lexer.in @@ -0,0 +1,6 @@ +/* + * cafe or tea? + */ +void drink() { + printf("cafe: %d\n", 0xcafebeef); +} |
