[PR #97] [MERGED] Fix possibly broken syntax highlighting #711

Closed
opened 2025-12-29 01:28:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/97
Author: @ymc-dabe
Created: 1/21/2016
Status: Merged
Merged: 1/22/2016
Merged by: @lukas2511

Base: masterHead: feature/fix_syntax_highlighting


📝 Commits (1)

  • f0323fa Fix possibly broken syntax highlighting

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 letsencrypt.sh (+1 -1)

📄 Description

The pattern

 VAR="$(cmd '"')"

breaks syntax highlighting in some editors (e.g. gedit or jedit) due to
the tripple double quotes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/97 **Author:** [@ymc-dabe](https://github.com/ymc-dabe) **Created:** 1/21/2016 **Status:** ✅ Merged **Merged:** 1/22/2016 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `feature/fix_syntax_highlighting` --- ### 📝 Commits (1) - [`f0323fa`](https://github.com/dehydrated-io/dehydrated/commit/f0323faf933b7309aeeecda223b3032f9988b203) Fix possibly broken syntax highlighting ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+1 -1) </details> ### 📄 Description The pattern ``` VAR="$(cmd '"')" ``` breaks syntax highlighting in some editors (e.g. gedit or jedit) due to the tripple double quotes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:28:35 +01:00
adam closed this issue 2025-12-29 01:28:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#711