Skip to content

Commit 094e8af

Browse files
committed
Fix segment counts in pattern breakdowns
1 parent 3bbdc30 commit 094e8af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

grammars/emacs-lisp.cson

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ repository:
797797
# Emacs standard library
798798
stdlib:
799799
patterns: [{
800-
# 2018/09/06: Missing additions and updates for Emacs 26.2 [Part 1 / 6]
800+
# 2018/09/06: Missing additions and updates for Emacs 26.2 [Part 1 / 7]
801801
name: "support.function.emacs.lisp"
802802
match: """(?x)(?<=[()]|^)
803803
(`--pcase-macroexpander|Buffer-menu-unmark-all-buffers|Buffer-menu-unmark-all|Info-node-description|aa2u-mark-as-text|aa2u-mark-rectangle-as-text
@@ -840,7 +840,7 @@ repository:
840840
|cl--generic-method-table|cl--generic-method-uses-cnm--cmacro|cl--generic-method-uses-cnm|cl--generic-name--cmacro|cl--generic-name)
841841
(?=[\\s()]|$)"""
842842
},{
843-
# [Part 2 / 6]
843+
# [Part 2 / 7]
844844
name: "support.function.emacs.lisp"
845845
match: """(?x)(?<=[()]|^)
846846
(cl--generic-no-next-method-function|cl--generic-options--cmacro|cl--generic-options|cl--generic-search-method|cl--generic-specializers-apply-to-type-p
@@ -882,7 +882,7 @@ repository:
882882
|eieio--class-name|eieio--class-object|eieio--class-option-assoc|eieio--class-options--cmacro|eieio--class-option|eieio--class-p--cmacro)
883883
(?=[\\s()]|$)"""
884884
},{
885-
# [Part 3 / 6]
885+
# [Part 3 / 7]
886886
name: "support.function.emacs.lisp"
887887
match: """(?x)(?<=[()]|^)
888888
(eieio--class-parents--cmacro|eieio--class-parents|eieio--class-precedence-bfs|eieio--class-precedence-c3|eieio--class-precedence-dfs
@@ -937,7 +937,7 @@ repository:
937937
|haskell-mode-goto-loc|haskell-mode-jump-to-def-or-tag|haskell-mode-jump-to-def|haskell-mode-jump-to-tag|haskell-mode-show-type-at)
938938
(?=[\\s()]|$)"""
939939
},{
940-
# [Part 3 / 6]
940+
# [Part 4 / 7]
941941
name: "support.function.emacs.lisp"
942942
match: """(?x)(?<=[()]|^)
943943
(haskell-mode-stylish-buffer|haskell-mode-tag-find|haskell-mode-view-news|haskell-mode|haskell-move-nested-left|haskell-move-nested-right
@@ -992,7 +992,7 @@ repository:
992992
|mouse-drag-top-right-corner|mouse-resize-frame|move-text--at-first-line-p)
993993
(?=[\\s()]|$)"""
994994
},{
995-
# [Part 4 / 6]
995+
# [Part 5 / 7]
996996
name: "support.function.emacs.lisp"
997997
match: """(?x)(?<=[()]|^)
998998
(move-text--at-last-line-p|move-text--at-penultimate-line-p|move-text--last-line-is-just-newline|move-text--total-lines|move-text-default-bindings
@@ -1047,7 +1047,7 @@ repository:
10471047
|string-greaterp|string-version-lessp|string>|subr--with-wrapper-hook-no-warnings|switch-to-haskell|sxhash-eql|sxhash-equal|sxhash-eq|syntax-ppss--data)
10481048
(?=[\\s()]|$)"""
10491049
},{
1050-
# [Part 5 / 6]
1050+
# [Part 6 / 7]
10511051
name: "support.function.emacs.lisp"
10521052
match: """(?x)(?<=[()]|^)
10531053
(tabulated-list--col-local-max-widths|tabulated-list--get-sorter|tabulated-list-header-overlay-p|tabulated-list-line-number-width
@@ -1102,7 +1102,7 @@ repository:
11021102
|yas--make-snippet--cmacro|yas--make-snippet-table--cmacro|yas--make-snippet-table|yas--make-snippet|yas--make-template--cmacro|yas--make-template)
11031103
(?=[\\s()]|$)"""
11041104
},{
1105-
# [ Part 6 of 6 ]
1105+
# [Part 7 / 7]
11061106
name: "support.function.emacs.lisp"
11071107
match: """(?x)(?<=[()]|^)
11081108
(yas--mark-this-and-children-modified|yas--markers-to-points|yas--maybe-clear-field-filter|yas--maybe-expand-from-keymap-filter

0 commit comments

Comments
 (0)