Highlight.js in Sketchware
1. This example shows how to use highlight.js library to display highlighted code in WebView. 2. In main.xml, add two Spinners spinner1 and spinner2 , add an EditText edittext1 , and a Button button1 . 3. In permission manager, add INTERNET permissions. 4. Add an Intent component intent . 5. Add two List String code_languages and css_links . 6. In onCreate , * Add all languages to code_languages using following code and display it in spinner1. String[] languages = { "Html", "CSS", "C", "Cpp", "Rust", "Go", "Zig", "Java", "Kotlin", "JSON", "Scala", "Groovy", "JavaScript", "TypeScript", "Python", "Ruby", "PHP", "Perl", "Swift", "Dart", "Julia", "MATLAB", "Haskell", "OCaml", "Elixir", "Erlang", ...