diff --git a/README.md b/README.md index bdc005b..bec8e95 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Features -- Keyword highlight +* Syntax highlighting ## Installation diff --git a/nushell-mode.el b/nushell-mode.el index 2e13703..b59756a 100644 --- a/nushell-mode.el +++ b/nushell-mode.el @@ -1,4 +1,4 @@ -;;; nushell-mode.el --- Major mode for nushell scripts -*- lexical-binding: t; -*- +;;; nushell-mode.el --- Major mode for Nushell scripts -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Mark Karpov ;; Copyright (C) 2022 Azzam S.A @@ -27,11 +27,7 @@ ;;; Commentary: -;; A very basic version of major mode for nushell shell scripts. -;; Current features: -;; -;; - keyword highlight -;; +;; A very basic version of major mode for Nushell shell scripts. ;;; Code: