[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/yaml-mode e859daf525 1/6: fix: #96 highlight error with in
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/yaml-mode e859daf525 1/6: fix: #96 highlight error with inline comments |
Date: |
Sat, 22 Oct 2022 06:59:26 -0400 (EDT) |
branch: elpa/yaml-mode
commit e859daf52534a4977a40ea422ee42128ed2f3651
Author: liuyinz <liuyinz95@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>
fix: #96 highlight error with inline comments
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index 07ac2247bc..39b41b0efd 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -178,7 +178,7 @@ that key is pressed to begin a block literal."
"y" "Y" "yes" "Yes" "YES" "n" "N" "no" "No" "NO"
"true" "True" "TRUE" "false" "False" "FALSE"
"on" "On" "ON" "off" "Off" "OFF") t)
- " *$")
+ "\\(?:$\\| +\\)")
"Regexp matching certain scalar constants in scalar context.")
- [nongnu] elpa/yaml-mode updated (9969207f60 -> 141b85f9e0), ELPA Syncer, 2022/10/22
- [nongnu] elpa/yaml-mode 211db42f5a 2/6: Simplify regular expression, ELPA Syncer, 2022/10/22
- [nongnu] elpa/yaml-mode ebeb27cbbc 3/6: Add unit test and github actions configuration, ELPA Syncer, 2022/10/22
- [nongnu] elpa/yaml-mode ab695983d0 5/6: more fix, ELPA Syncer, 2022/10/22
- [nongnu] elpa/yaml-mode e859daf525 1/6: fix: #96 highlight error with inline comments,
ELPA Syncer <=
- [nongnu] elpa/yaml-mode 85f19ca45d 4/6: Fix by review, ELPA Syncer, 2022/10/22
- [nongnu] elpa/yaml-mode 141b85f9e0 6/6: Merge pull request #101 from yoshiki/support-ci, ELPA Syncer, 2022/10/22