pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable syntax highlighting entirely

douglance opened this issue · comments

commented

I use a different extension to highlight my task checkboxes, so I would like to disable vscode-journal checkbox syntax highlighting. Is that possible with the current codebase? Where would I look to implement that change?

This happens on startup in the registerSyntaxHighlighting Method: https://github.com/pajoma/vscode-journal/blob/develop/src/ext/startup.ts

VSCode's behaviour changed significantly since I've implemented this, I think it can be dropped.

Can you give me a link to the other extension for testing?