//! Language-specific syntax backends.
//!//! This module contains implementations of the `LanguageSyntax` trait
//! for each supported target language.
modjavascript;modpython;modrust;pubusejavascript::JavaScriptSyntax;pubusepython::PythonSyntax;pubuserust::RustSyntax;