branch: externals/devicetree-ts-mode
commit 8a4e9b11fcee175e60d0aac43429d893fd25d98c
Author: Aleksandr Vityazev <[email protected]>
Commit: Aleksandr Vityazev <[email protected]>
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 <[email protected]>
;; 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 <[email protected]>
+;;; Copyright © 2023 Aleksandr Vityazev <[email protected]>
;;;
;;; This file is NOT part of GNU Guix.
;;;