vscode-journal icon indicating copy to clipboard operation
vscode-journal copied to clipboard

Disable syntax highlighting entirely

Open douglance opened this issue 2 years ago • 1 comments

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?

douglance avatar Aug 04 '22 13:08 douglance

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.

pajoma avatar Aug 08 '22 11:08 pajoma

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

pajoma avatar Sep 12 '22 18:09 pajoma