Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions copilot-balancer.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; copilot-balancer.el --- Balancer module -*- lexical-binding:t -*-
;;; copilot-balancer.el --- Parentheses balancer for Lisps -*- lexical-binding:t -*-

;; Copyright (C) 2022-2024 copilot-emacs maintainers

Expand All @@ -24,7 +24,10 @@

;;; Commentary:

;; Balancer module
;; The `copilot-balancer.el` module helps balance pairs of characters
;; in Lisp-like languages. This includes parentheses, brackets, braces, and quotation
;; marks. The module is particularly useful for maintaining the syntactical integrity
;; of code written in Emacs Lisp, Common Lisp, Scheme, and Clojure.

;;; Code:

Expand Down