100% FREE

Actionscript-3 Codeblock Highlight

Add this to the head of your HTML Page, or add Shiki.

<script src="https://esm.sh/[email protected]" defer async></script>

Edit the codeblock.

package {
  import flash.display.Sprite;
  public class Main extends Sprite {
    public function Main() {
      trace('Hello, ActionScript 3!');
    }
  }
}

Copy paste this.

Other Free Tools