├── LICENSE ├── README.md ├── package.json └── snippets ├── c.json ├── cpp.json ├── dune-project.json ├── dune.json ├── erb.json ├── go.json ├── javascript.json ├── ocaml.json ├── ocamllex.json ├── php.json ├── python.json ├── ruby.json ├── rust.json ├── swift.json └── typescript.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/package.json -------------------------------------------------------------------------------- /snippets/c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/c.json -------------------------------------------------------------------------------- /snippets/cpp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/cpp.json -------------------------------------------------------------------------------- /snippets/dune-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/dune-project.json -------------------------------------------------------------------------------- /snippets/dune.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/dune.json -------------------------------------------------------------------------------- /snippets/erb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/erb.json -------------------------------------------------------------------------------- /snippets/go.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/go.json -------------------------------------------------------------------------------- /snippets/javascript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/javascript.json -------------------------------------------------------------------------------- /snippets/ocaml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/ocaml.json -------------------------------------------------------------------------------- /snippets/ocamllex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/ocamllex.json -------------------------------------------------------------------------------- /snippets/php.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/php.json -------------------------------------------------------------------------------- /snippets/python.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/python.json -------------------------------------------------------------------------------- /snippets/ruby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/ruby.json -------------------------------------------------------------------------------- /snippets/rust.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/rust.json -------------------------------------------------------------------------------- /snippets/swift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/swift.json -------------------------------------------------------------------------------- /snippets/typescript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kitagry/vs-snippets/HEAD/snippets/typescript.json --------------------------------------------------------------------------------