[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/devicetree-ts-mode 8a4e9b11fc 10/11: Enhance README, up
From: |
ELPA Syncer |
Subject: |
[elpa] externals/devicetree-ts-mode 8a4e9b11fc 10/11: Enhance README, update headers for ELPA. |
Date: |
Tue, 16 Jan 2024 03:58:29 -0500 (EST) |
branch: externals/devicetree-ts-mode
commit 8a4e9b11fcee175e60d0aac43429d893fd25d98c
Author: Aleksandr Vityazev <avityazew@gmail.com>
Commit: Aleksandr Vityazev <avityazew@gmail.com>
Enhance README, update headers for ELPA.
* .elpaignore: New file.
* guix: Update copyright.
* devicetree-ts-mode: Update comment section and headers.
---
.elpaignore | 2 ++
README.md | 8 ++++----
README.org | 8 ++++----
devicetree-ts-mode.el | 14 +++++++++++---
guix.scm | 2 +-
5 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000000..d2929f5d3c
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,2 @@
+.envrc
+guix.scm
diff --git a/README.md b/README.md
index d8f2a20989..2b41aaa6f9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-### Version 0.1
+### Version 0.2
# About
@@ -9,9 +9,9 @@ Major mode for editing [Devicetree](http://www.devicetree.org/)
files.
Features:
-- highlighting;
-- indentation;
-- imenu;
+- Font Lock
+- Indent
+- IMenu
# Installation
diff --git a/README.org b/README.org
index 2040ab5053..2238f5ea80 100644
--- a/README.org
+++ b/README.org
@@ -1,15 +1,15 @@
#+OPTIONS: toc:nil
-*** Version 0.1
+*** Version 0.2
* About
Major mode for editing [[http://www.devicetree.org/][Devicetree]] files.
Features:
-- highlighting;
-- indentation;
-- imenu;
+- Font Lock
+- Indent
+- IMenu
* Installation
diff --git a/devicetree-ts-mode.el b/devicetree-ts-mode.el
index b78d1a1b30..1d9f72cf66 100644
--- a/devicetree-ts-mode.el
+++ b/devicetree-ts-mode.el
@@ -1,13 +1,15 @@
;;; devicetree-ts-mode.el --- Tree-sitter support for DTS -*-
lexical-binding: t; -*-
-;; Copyright (C) 2023 Aleksandr Vityazev
+;; Copyright © 2023 Free Software Foundation, Inc.
;; Author: Aleksandr Vityazev <avityazew@gmail.com>
;; Keywords: languages devicetree tree-sitter
-;; Version: 0.1
+;; Version: 0.2
;; Homepage: https://sr.ht/~akagi/devicetree-ts-mode
;; Package-Requires: ((emacs "29.1"))
+;; This file is part of GNU Emacs.
+
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
@@ -19,12 +21,18 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;; A grammar for Devicetree can be found at
;; https://github.com/joelspadin/tree-sitter-devicetree
+
+;; Features
;;
+;; * Indent
+;; * IMenu
+;; * Font Lock
+
;;; Code:
diff --git a/guix.scm b/guix.scm
index ff42c2c325..ee54aa71c0 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
+;;; Copyright © 2023 Aleksandr Vityazev <avityazev@posteo.org>
;;;
;;; This file is NOT part of GNU Guix.
;;;
- [elpa] branch externals/devicetree-ts-mode created (now bc07c11245), ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode bf3a235f5d 02/11: Add imenu support., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode 2bbac87f33 04/11: Add README, update guix.scm., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode 8d6bd50276 07/11: Remove duplication in devicetree-ts-mode--indent-rules., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode 8a4e9b11fc 10/11: Enhance README, update headers for ELPA.,
ELPA Syncer <=
- [elpa] externals/devicetree-ts-mode 36305b7dcf 06/11: Change indentation for integer_cells., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode fecea965dc 03/11: Add indent rules., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode 228527f661 08/11: Enhance devicetree-ts--mode--name-function., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode 4fec42c9ae 09/11: Update font-lock settings., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode b22c92ed8e 05/11: Require c-ts-common., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode 5343ac48ec 01/11: Initial commit., ELPA Syncer, 2024/01/16
- [elpa] externals/devicetree-ts-mode bc07c11245 11/11: Version 0.3, ELPA Syncer, 2024/01/16