init
This commit is contained in:
6
snippets/csharp-mode/readline
Normal file
6
snippets/csharp-mode/readline
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Frede Brændstrup <frederikbraendstrup@gmail.com>
|
||||
# name: Console.ReadLine(...);
|
||||
# key: crl
|
||||
# --
|
||||
Console.ReadLine(${1:Read});
|
||||
Reference in New Issue
Block a user