codeprism-lang-js 0.3.5

JavaScript/TypeScript language support for codeprism
Documentation
1
2
3
4
5
6
7
fn main() {
    // The tree-sitter-javascript and tree-sitter-typescript crates
    // already compile their grammars, so we don't need to do it here.
    // This build.rs is kept for future custom grammar compilation if needed.

    println!("cargo:rerun-if-changed=build.rs");
}