Skip to content

Commit

Permalink
[HTML] Add search element.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Apr 14, 2023
1 parent 2d6f76a commit ded2679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Latest development builds (artifacts in Release configuration for each compiler
* [GraphViz Dot](tools/lang/GraphViz.dot), up to GraphViz 2.49, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#graphviz)
* [Groovy](tools/lang/Groovy.groovy), up to Groovy 4.0.
* [Haxe](tools/lang/Haxe.hx), up to Haxe 4.2
* [HTML](tools/lang/html.html), up to [WHATWG](https://html.spec.whatwg.org/multipage/) March 2023. [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#html)
* [HTML](tools/lang/html.html), up to [WHATWG](https://html.spec.whatwg.org/multipage/) April 2023. [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#html)
* ASP
* ASP.NET
* JSP
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlHTML.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static KEYWORDLIST Keywords_HTML = {{
"form h1 h2 h3 h4 h5 h6 head header hgroup hr html i iframe img input ins kbd "
"keygen label legend li link main map mark meta meter nav noscript object ol "
"optgroup option output p param picture pre progress q rp rt ruby s samp script section "
"select slot small source span strong style sub summary sup table tbody td template textarea "
"search select slot small source span strong style sub summary sup table tbody td template textarea "
"tfoot th thead time title tr track u ul var video wbr "
"math svg "

Expand Down
3 changes: 2 additions & 1 deletion tools/lang/html.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
https://whatwg.org/ 17 March 2023
https://whatwg.org/ 6 April 2023
HTML 4.01 https://www.w3.org/TR/html4/ 27 March 2018
XHTML 2.0 https://www.w3.org/TR/xhtml2/ 16 December 2010
-->
Expand Down Expand Up @@ -205,6 +205,7 @@ <h6></h6>
<figure></figure>
<figcaption></figcaption>
<main></main>
<search></search>
<div></div>
<!-- Text-level semantics https://html.spec.whatwg.org/multipage/text-level-semantics.html -->
<a href="about:, blob:, data:, http:, https:, mailto:, sms:, urn:, tel:"
Expand Down

0 comments on commit ded2679

Please sign in to comment.