Skip to content

Commit

Permalink
Capitalize Nushell, misc little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 12, 2023
1 parent 227ee05 commit ff8f801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Features

- Keyword highlight
* Syntax highlighting

## Installation

Expand Down
8 changes: 2 additions & 6 deletions nushell-mode.el
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit ff8f801

Please sign in to comment.