highlight() — tailwindcss Function Reference
Architecture documentation for the highlight() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f0684fdb_ff0c_698a_ea24_ec9c8f349429["highlight()"] d865d4fd_bb15_6d9a_a900_10e82a6856fb["mod.rs"] f0684fdb_ff0c_698a_ea24_ec9c8f349429 -->|defined in| d865d4fd_bb15_6d9a_a900_10e82a6856fb 69523d21_4c10_d049_62a2_79cabdb89ab2["init_tracing()"] 69523d21_4c10_d049_62a2_79cabdb89ab2 -->|calls| f0684fdb_ff0c_698a_ea24_ec9c8f349429 aaf1b033_a6ab_3181_dbcd_0ffcc27a4f96["dim()"] f0684fdb_ff0c_698a_ea24_ec9c8f349429 -->|calls| aaf1b033_a6ab_3181_dbcd_0ffcc27a4f96 8030d858_2553_5fea_edfe_9213d6db1a35["blue()"] f0684fdb_ff0c_698a_ea24_ec9c8f349429 -->|calls| 8030d858_2553_5fea_edfe_9213d6db1a35 style f0684fdb_ff0c_698a_ea24_ec9c8f349429 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/scanner/mod.rs lines 49–51
fn highlight(input: &str) -> String {
format!("{}{}{}", dim(&blue("`")), blue(input), dim(&blue("`")))
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does highlight() do?
highlight() is a function in the tailwindcss codebase, defined in crates/oxide/src/scanner/mod.rs.
Where is highlight() defined?
highlight() is defined in crates/oxide/src/scanner/mod.rs at line 49.
What does highlight() call?
highlight() calls 2 function(s): blue, dim.
What calls highlight()?
highlight() is called by 1 function(s): init_tracing.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free