mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
# (X)HTML - (Extensible) Hypertext Markup Language - http://w3.org
|
|
# Pattern attributes: good fast notsofast subset
|
|
# Protocol groups: file
|
|
#
|
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
|
# This pattern has been tested and is believe to work well.
|
|
|
|
# this should match any (X)HTML document from any version that conforms
|
|
# even vaugly to the standards.
|
|
html
|
|
<html.*><head>
|