forked from angelozerr/angularjs-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
24 lines (22 loc) · 1.02 KB
/
plugin.xml
File metadata and controls
24 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
###############################################################################
# Copyright (c) 2013 - 2016 Angelo Zerr and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
###############################################################################
-->
<plugin>
<extension point="org.eclipse.wst.html.core.customTagValidator">
<validator class="org.eclipse.angularjs.internal.core.validation.HTMLAngularTagValidator"></validator>
</extension>
<extension point="org.eclipse.wst.html.core.customAttributeValidator">
<validator class="org.eclipse.angularjs.internal.core.validation.HTMLAngularAttributeValidator"></validator>
</extension>
</plugin>