Re: Interest in adding a tree-sitter mode for Slang?

Stefan Monnier <[email protected]> Tue, 11 Aug 2026 12:41:53 -0400
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
> I finally got my copyright assignment back and have made the changes
> requested, please do tell me if there are any issues.

I pushed it to `gnu.git`, thanks.
You'll have to update the "copyright" line to reflect the fact that you
consider this code as covered by your copyright assignment.
Only once this is done will elpa.gnu.org try to build a tarball for it.

The patch below does that and changes the GPL version (it's not
indispensable, but your package currently can't be used without
linking to GPLv3+ code anyway).


=== Stefan


diff --git a/slang-ts-mode.el b/slang-ts-mode.el
index 1e5168e24be..03de90e2a78 100644
--- a/slang-ts-mode.el
+++ b/slang-ts-mode.el
@@ -1,6 +1,6 @@
 ;;; slang-ts-mode.el --- tree-sitter support for Slang -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2026 Hikari
+;; Copyright (C) 2026 Free Software Foundation, Inc.
 
 ;; Author: Hikari <[email protected]>
 ;; URL: https://codeberg.org/hikari/slang-ts-mode
@@ -12,7 +12,7 @@
 
 ;; 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 2 of the License, or
+;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
 
 ;; This program is distributed in the hope that it will be useful,