1#![no_std] 2#![warn(rust_2018_idioms)] 3 4use tree_sitter::Language; 5 6syntastica_macros::js_lang_info!(); 7syntastica_macros::js_lang_lib!("tsx");