Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardInterrupt committed Jul 10, 2018
1 parent a51a63f commit b704ff3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Melanox syntax package for Sublime Text 2
# Mellanox syntax package for Sublime Text 2

Sublime Text 2 Syntax Definitition for Melanox router/switch/firewall configurations. This package will highlight Melanox configuration and commands within Sublime Text 2.
Sublime Text 2 Syntax Definitition for Mellanox router/switch/firewall configurations. This package will highlight Mellanox configuration and commands within Sublime Text 2.

## Installing

**Using Package Control:** If you have [package control](https://packagecontrol.io/) installed then installing this is a snap. Simply open the command palette (Tools->Command Palette). Then type "install" then search for this plugin by typing "Melanox Syntax Highlighter". That's it. It should be installed.
**Using Package Control:** If you have [package control](https://packagecontrol.io/) installed then installing this is a snap. Simply open the command palette (Tools->Command Palette). Then type "install" then search for this plugin by typing "Mellanox Syntax Highlighter". That's it. It should be installed.

**Without Git:** Download the zip from github, and extract the files to your Sublime Text "Packages" directory, into a new directory named `Melanox`. You can find the packages directy by going to Preferences -> Browse packages, within Sublime Text 2.
**Without Git:** Download the zip from github, and extract the files to your Sublime Text "Packages" directory, into a new directory named `Mellanox`. You can find the packages directy by going to Preferences -> Browse packages, within Sublime Text 2.

**With Git:** Clone the repository in your Sublime Text "Packages" directory:

git clone git://github.com/KeyboardInterrupt/sublime-melanox-syntax.git
git clone git://github.com/KeyboardInterrupt/sublime-mellanox-syntax.git

## Usage
Once installed navigate to View->Syntax->Melanox to apply the Melanox syntax to the document.
Once installed navigate to View->Syntax->Mellanox to apply the Mellanox syntax to the document.

This syntax definition will automatically be applied to .txt files and .cfg files.

0 comments on commit b704ff3

Please sign in to comment.