﻿<?xml version="1.0" encoding="utf-8"?>

<snippet name="Javascript multiline comment" description="Javascript multiline comment" preview="code" type="wrap">

<insertText location="beforeSelection">

<![CDATA[/* Comment begins here

]]>

</insertText>

<insertText location="afterSelection"><![CDATA[

Comment ends here*/]]>

</insertText>

</snippet>

