Florian Thienel | 8215702 | 2010-12-09 19:50:40 +0100 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2010 John Krasnay and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # John Krasnay - initial API and implementation |
| 10 | ############################################################################### |
Florian Thienel | 79cebd1 | 2012-03-09 23:06:45 +0100 | [diff] [blame] | 11 | pluginName= Vex XHTML |
Florian Thienel | 8215702 | 2010-12-09 19:50:40 +0100 | [diff] [blame] | 12 | providerName= Eclipse.org |
| 13 | |
| 14 | doctype.strict1=XHTML 1.0 Strict |
| 15 | |
| 16 | style.xhtml-plain=XHTML Plain |
| 17 | style.xhtml-sans=XHTML Sans |
| 18 | style.xhtml-modern=XHTML Modern |
| 19 | contentType.name=XHTML
|