diff options
author | zzhongwei | 2013-01-17 05:18:51 -0500 |
---|---|---|
committer | zzhongwei | 2013-01-17 05:18:51 -0500 |
commit | ac5a075879ca668001c0e2ec7e3415ca02af358c (patch) | |
tree | 8073d56550016e8af286527c59529605d483191b | |
parent | adf3b88b08c56614cd22924e8b0d948280420d61 (diff) | |
download | org.eclipse.pdt-ac5a075879ca668001c0e2ec7e3415ca02af358c.zip org.eclipse.pdt-ac5a075879ca668001c0e2ec7e3415ca02af358c.tar.gz org.eclipse.pdt-ac5a075879ca668001c0e2ec7e3415ca02af358c.tar.xz |
395633: Commenting on JavaScript in *.php and *.phtml files, bug?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=395633
-rw-r--r-- | plugins/org.eclipse.php.ui/plugin.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/org.eclipse.php.ui/plugin.xml b/plugins/org.eclipse.php.ui/plugin.xml index 94b55ba..bfa0a40 100644 --- a/plugins/org.eclipse.php.ui/plugin.xml +++ b/plugins/org.eclipse.php.ui/plugin.xml @@ -2107,6 +2107,17 @@ anyPartitionType="false"> </allowablePartitionTypes> </contentType> + <contentType + id="org.eclipse.php.core.phpsource"> + <requiredPartitionTypes> + <partitionType + id="org.eclipse.wst.html.SCRIPT"> + </partitionType> + </requiredPartitionTypes> + <allowablePartitionTypes + anyPartitionType="false"> + </allowablePartitionTypes> + </contentType> </blockCommentingStrategy> <blockCommentingStrategy prefix="<!--" @@ -2148,6 +2159,18 @@ anyPartitionType="false"> </allowablePartitionTypes> </contentType> + <contentType + id="org.eclipse.php.core.phpsource"> + <requiredPartitionTypes> + <partitionType + id="org.eclipse.wst.html.SCRIPT"> + </partitionType> + </requiredPartitionTypes> + <allowablePartitionTypes + anyPartitionType="false"> + </allowablePartitionTypes> + </contentType> </lineCommentingStrategy> </extension> + </plugin> |