Advertisement
lmariscal

copyright_nim.sublime-snippet

Dec 5th, 2017
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. <snippet>
  2.   <content><![CDATA[
  3. #[
  4.   Copyright (C) CleverByte - All Rights Reserved
  5.   Unauthorized copying of this file, via any medium is strictly prohibited
  6.   Proprietary and confidential
  7.   Written by Leonardo Mariscal <cavariux@cleverbyte.io>, 2017
  8. ]#
  9.  
  10. $1
  11. ]]></content>
  12.   <tabTrigger>copy</tabTrigger> -->
  13.   <description>CopyRight</description>
  14.   <scope>source.nim</scope>
  15. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement