With bugs!

Bringing Visual Studio Code Syntax Highlighting to Jekyll

Bringing Visual Studio Code Syntax Highlighting to Jekyll

Day 2

Goals

I feel like I made good investigative progress yesterday, but not so good code progress. That’s okay. I was burned out from my Friday night activities (not what you think) and needed recovery time.

I feel better today, and although I have some housework I should do, I’m feeling a bit ambitious. I’d like to complete the primary investigative work today, which means I need to accomplish the following two things:

  1. Understand how Visual Studio Code uses the grammar and theme files to process files (and text)
  2. Determine what I need to do to integrate with kramdown

Investigation

Kramdown

Being the smaller project, I think I’ll start with kramdown. It’s hosted on GitHub.

Visual Studio Code

I’ve decided I’m not happy with using where I was yesterday as a starting point for today. While I’m certain that work will still be useful, it was done when my brain wasn’t fully engaged. So I’m going to take a slightly different path today.

Coding

Tags