Skip to content

Commit

Permalink
fix: add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro-Mimaki committed Jul 4, 2024
1 parent 85d8e2e commit 6bdea8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/biome_css_analyze/src/keywords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5435,7 +5435,7 @@ pub const RESET_TO_INITIAL_PROPERTIES_BY_FONT: [&str; 13] = [

// https://developer.mozilla.org/ja/docs/Web/HTML/Element
// https://github.com/sindresorhus/html-tags/blob/main/html-tags.json
pub(crate) const HTML_TAGS: [&str; 148] = [
pub(crate) const HTML_TAGS: [&str; 150] = [
"a",
"abbr",
"acronym",
Expand Down Expand Up @@ -5471,6 +5471,7 @@ pub(crate) const HTML_TAGS: [&str; 148] = [
"del",
"details",
"dfn",
"dialog",
"dir",
"div",
"dl",
Expand Down Expand Up @@ -5553,6 +5554,7 @@ pub(crate) const HTML_TAGS: [&str; 148] = [
"section",
"select",
"selectlist",
"shadow",
"slot",
"small",
"source",
Expand Down

0 comments on commit 6bdea8b

Please sign in to comment.