HomeProjects

Projects

  • DlHighlight — a JavaScript-based syntax highlighting engine

    This is a versatile source code colorer that runs in your browser.  Currently it supports these languages:

    • JavaScript (very extensively)
    • Basic CSS support
    • XML
    • HTML (like XML but colors inline <script>-s using the JavaScript formatter)
  • SESE — Simple Emacs-based Subtitle Editor

    This is a major mode for Emacs which makes it easy to create movie subtitles.  You simply need to play the movie and press a shortcut key when you want to insert subtitles.  At the end, you can generate subtitles in SRT format.

  • Emacs JavaScript mode

    Some hacks around an existing JS mode to fix indentation (which is based on cc-mode indentation engine).