alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
693 stars 88 forks source link

need an option to stop highlighting #217

Open tstaerk opened 1 year ago

tstaerk commented 1 year ago

I often get distracting and false highlightings when using Code Blocks. For example, here is an error message I pasted:

ERROR: (gcloud.app.deploy) Error Response: [3] Flex operation projects/thorstenstaerk-argolis/regions/us-central1/operations/a05478fc-b0d6-4e09-8bd4-525311a779b7 error [INVALID_ARGUMENT]: An internal error occurred while processing task /app-engine-flex/insert_flex_deployment/flex_create_resources>2022-08-08T12:25:59.055Z150370.jc.0: Network 'default' does not exist

now guess what was highlighted in "auto" mode: 4e09, 8 and 525311. I find this somehow arbitrary, it will provoke useless questions, and I want to get rid of it. Can you introduce a mode "nohighlight" in addition to "auto"?