pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
232 stars 40 forks source link

Disable syntax highlighting entirely #136

Closed douglance closed 1 year ago

douglance commented 2 years ago

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?

pajoma commented 1 year ago

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 commented 1 year ago

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