# File contained descriptions html tags and use to highlight tags
# and their arguments in editor window. I can be placed in /usr/local/lib/yui,
# in directory, specified by environment variable YUI_PATH or in $HOME/.yui
# When this file missed, processed embedded tags list. When line starts with
# "#" char, assumed comment and this line will be ignored.
# Empty lines will be ignored.

# Files with these extensions will applied by rules from this file
# You can add or change this list as you need
extension htm
extension html
extension HTM
extension HTML
extension shtml
extension SHTML
extension rhtml
extension RHTML

# Record - line with three fields, separated by spaces or tabs
# 1. tag name from start of line (ASCII chars without brackets, case ignored)
# 2. allowed or not tag parameters (digit 1/0, means yes/no)
# 3. presented or not "closing" tag (<tag></tag>, digits 1/0. means yes/no)

a		1	1
address		0	1
applet		1	1
area		1	0

b		0	1
base		1	0
basefont	1	0
bgsound		1	0
big		0	1
blockquote	0	1
body		1	1
br		1	0

caption		1	1
center		0	1
cite		0	1
code		0	1
col		1	0
colgroup	1	0
comment		0	1

dd		0	1
dfn		0	1
dir   		1	1
div   		1	1
dl		1	1
dt		0	1

em		0	1
embed 		1	1

font  		1	1
form  		1	1
frame 		1	1
frameset	1	1

h1		1	1
h2		1	1
h3		1	1
h4		1	1
h5		1	1
h6		1	1
head  		0	1
hr		1	0
html  		1	1

i		0	1
iframe		1	1
img   		1	0
input 		1	0
isindex		1	0

kbd   		0	1

li		1	1
link  		1	0
listing		0	1

map   		1	1
marquee		1	1
menu  		1	1
meta  		1	0
multicol	1	1

nextid		1	0
nobr  		0	1
noframes	0	1
noscript	0	1

object		1	1
ol		1	1
option		1	1

p		1	1
param 		1	1
plaintext	0	0
pre   		1	1

s		0	1
samp  		0	1
script		1	1
select		1	1
small 		0	1
spacer		1	0
span  		1	1
strike		0	1
strong		0	1
style 		0	1
sub   		0	1
sup   		0	1

table 		1	1
tbody 		0	0
td		1	1
textarea	1	1
tfoot 		0	0
th		1	1
thead 		0	0
title 		0	1
tr		1	1
tt		0	1

u		0	1
ul		1	1
var   		0	1
wbr   		0	1
xmp   		0	1
