[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/yaml 69c699a15a 071/124: Minor code formatting fixes
From: |
ELPA Syncer |
Subject: |
[elpa] externals/yaml 69c699a15a 071/124: Minor code formatting fixes |
Date: |
Fri, 29 Nov 2024 16:00:03 -0500 (EST) |
branch: externals/yaml
commit 69c699a15af342199d0dbbbe7676a85487781ae7
Author: Zachary Romero <zacromero@posteo.net>
Commit: Zachary Romero <zacromero@posteo.net>
Minor code formatting fixes
---
yaml.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/yaml.el b/yaml.el
index c7f0742ab8..f7c7ee02b2 100644
--- a/yaml.el
+++ b/yaml.el
@@ -1993,7 +1993,7 @@ Rules for this function are defined by the yaml-spec JSON
file."
(yaml--parse-from-grammar 's-separate-in-line)
(yaml--rep 0 1
(lambda () (yaml--parse-from-grammar 'c-nb-comment-text))))))
- (yaml--parse-from-grammar 'b-comment))))
+ (yaml--parse-from-grammar 'b-comment))))
('s-block-line-prefix
(let ((n (nth 0 args)))
@@ -2241,7 +2241,7 @@ Rules for this function are defined by the yaml-spec JSON
file."
(yaml--all (yaml--chr ?\?)
(yaml--parse-from-grammar 's-separate n c)
(yaml--parse-from-grammar 'ns-flow-map-explicit-entry n
c))
- (yaml--parse-from-grammar 'ns-flow-pair-entry n c)))))
+ (yaml--parse-from-grammar 'ns-flow-pair-entry n c)))))
('s-l+block-indented
(yaml--frame "s-l+block-indented"
@@ -2325,7 +2325,7 @@ Rules for this function are defined by the yaml-spec JSON
file."
(yaml--all
(yaml--parse-from-grammar 'c-chomping-indicator tt)
(yaml--parse-from-grammar 'c-indentation-indicator m)))
- (yaml--parse-from-grammar 's-b-comment)))))
+ (yaml--parse-from-grammar 's-b-comment)))))
('ns-esc-8-bit
(yaml--frame "ns-esc-8-bit"
@@ -2441,7 +2441,7 @@ Rules for this function are defined by the yaml-spec JSON
file."
(yaml--all
(yaml--chr ?\!)
(yaml--rep 1 nil (lambda () (yaml--parse-from-grammar 'ns-word-char)))
- (yaml--chr ?\!))))
+ (yaml--chr ?\!))))
('s-separate-lines
(let ((n (nth 0 args)))
- [elpa] externals/yaml 8903b6c7e4 055/124: return plist key as a keyword as a default, (continued)
- [elpa] externals/yaml 8903b6c7e4 055/124: return plist key as a keyword as a default, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml ed108ab526 084/124: add option for skipping processing of scalars, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml a2ed8f1fd6 072/124: Fix empty single quote string bug, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 419e85fbce 094/124: fix folding block parsing error, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 0bf6a1b686 088/124: YAML anchor should match exactly how it was defined, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 2aa5a6faf7 056/124: Merge pull request #16 from conao3/indent, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 5b352258f5 067/124: Merge pull request #24 from j-shilling/fix-alist-to-hash, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml d0abc17e3d 060/124: Merge pull request #18 from conao3/alist-symbol, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml e32ef2f5e5 092/124: add note to yaml-parse-string-with-pos function, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml c56d47254d 091/124: add unit test, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 69c699a15a 071/124: Minor code formatting fixes,
ELPA Syncer <=
- [elpa] externals/yaml 1f15c0b33a 062/124: Merge pull request #20 from j-shilling/fix-encoding-symbols, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml adb3e52a21 081/124: Merge pull request #32 from zkry/fix-encoding-deeply-nested-lists, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 2500074ebf 097/124: Merge pull request #39 from zkry/fix-obob-for-storing-position, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml f9fbe392e3 065/124: Merge pull request #22 from zkry/fix-escape-char-literals, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml fdc65922c9 099/124: fix zero-column indent problems; add more unit tests, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml c81f87f0fd 080/124: fix unit test, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 7783d802b0 102/124: Don't remove all properties, just yaml-n, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 73fde9d8fb 110/124: Merge pull request #44 from kisaragi-hiu/eldoc-hints, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml e787dd06c6 106/124: Merge pull request #42 from kisaragi-hiu/bring-docstring-up-to-date, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 5af0cd7c55 122/124: Fix octal/hex parsing (#54), ELPA Syncer, 2024/11/29