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

<snippet name="PHP multiline comments" description="PHP multiline comments" preview="code" type="wrap">

<insertText location="beforeSelection">

<![CDATA[ /*Comment begins

]]>

</insertText>

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

Comment ends */]]>

</insertText>

</snippet>

