11 lines
411 B
XML
11 lines
411 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
raise NotImplementedError
|
|
]]></content>
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
|
<!-- <tabTrigger>hello</tabTrigger> -->
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
|
<!-- <scope>source.python</scope> -->
|
|
<tabTrigger>ni</tabTrigger>
|
|
<description>raise NotImplementedError</description>
|
|
</snippet>
|