emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 7c7950fe00 2/9: Add maintainer stub for tree-sitter files


From: Yuan Fu
Subject: emacs-29 7c7950fe00 2/9: Add maintainer stub for tree-sitter files
Date: Mon, 26 Dec 2022 04:48:08 -0500 (EST)

branch: emacs-29
commit 7c7950fe006fe19596011637610b934a786c1742
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    Add maintainer stub for tree-sitter files
    
    * lisp/treesit.el:
    * src/treesit.c: Add maintainer.
---
 lisp/treesit.el | 4 ++++
 src/treesit.c   | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/lisp/treesit.el b/lisp/treesit.el
index 24fb316fab..f3e1afd943 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -2,6 +2,10 @@
 
 ;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
+;; Maintainer: 付禹安 (Yuan Fu) <casouri@gmail.com>
+;; Keywords: treesit, tree-sitter, languages
+;; Package: emacs
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
diff --git a/src/treesit.c b/src/treesit.c
index ce8a280443..ecc977745a 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -2,6 +2,8 @@
 
 Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
+Maintainer: Yuan Fu <casouri@gmail.com>
+
 This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify



reply via email to

[Prev in Thread] Current Thread [Next in Thread]