Skip to content

Commit 255e8aa

Browse files
[autofix.ci] apply automated fixes
1 parent 16a5245 commit 255e8aa

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

crates/biome_configuration/src/generated/domain_selector.rs

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/biome_grit_patterns/src/grit_target_language/css_target_language/generated_mappings.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@ pub fn kind_by_name(node_name: &str) -> Option<CssSyntaxKind> {
199199
.iter()
200200
.next(),
201201
"CssViewTransitionAtRule" => lang::CssViewTransitionAtRule::KIND_SET.iter().next(),
202+
"TwApplyAtRule" => lang::TwApplyAtRule::KIND_SET.iter().next(),
203+
"TwConfigAtRule" => lang::TwConfigAtRule::KIND_SET.iter().next(),
204+
"TwCustomVariantAtRule" => lang::TwCustomVariantAtRule::KIND_SET.iter().next(),
205+
"TwCustomVariantShorthand" => lang::TwCustomVariantShorthand::KIND_SET.iter().next(),
206+
"TwFunctionalUtilityName" => lang::TwFunctionalUtilityName::KIND_SET.iter().next(),
207+
"TwPluginAtRule" => lang::TwPluginAtRule::KIND_SET.iter().next(),
208+
"TwReferenceAtRule" => lang::TwReferenceAtRule::KIND_SET.iter().next(),
209+
"TwSourceAtRule" => lang::TwSourceAtRule::KIND_SET.iter().next(),
210+
"TwThemeAtRule" => lang::TwThemeAtRule::KIND_SET.iter().next(),
211+
"TwUtilityAtRule" => lang::TwUtilityAtRule::KIND_SET.iter().next(),
212+
"TwValueThemeReference" => lang::TwValueThemeReference::KIND_SET.iter().next(),
213+
"TwVariantAtRule" => lang::TwVariantAtRule::KIND_SET.iter().next(),
202214
_ => None,
203215
}
204216
}

0 commit comments

Comments
 (0)