branch: elpa/zig-mode commit ab655a9d664a7b3c3d586af8996b980a6565faf6 Author: Xu Chunyang <m...@xuchunyang.me> Commit: Xu Chunyang <m...@xuchunyang.me>
Add Commentary --- zig-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zig-mode.el b/zig-mode.el index e52acd6..2dd8140 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -20,7 +20,10 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: -;; + +;; A major mode for the Zig programming languages. + +;; See documentation on https://github.com/zig-lang/zig-mode ;;; Code: