Skip to content

A Sublime Text plugin that allows for Nmap syntax highlighting

Notifications You must be signed in to change notification settings

tehstoni/Sublime-Nmap-Syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

How to install:

Open sublime text.

Click 'preferences'

Then 'browse packages'

Go into 'User'

Download the file above, and put it in there.

When its put in there, you should be able to open any .nmap file and have syntax highlighting.

Or if you're like me, open your nmap file and manually select the syntax, either through 'Ctrl + Shift + P > Set Syntax: Nmap' or clicking the thing in the bottom right corner.

If you click browse packages and nothing happens

Linux / Mac:

The path is: /home/`whoami`/.config/sublime-text/Packages/User/
#command to open path
xdg-open /home/`whoami`/.config/sublime-text/Packages/User/

Or root: /root/.config/sublime-text/Packages/User

For Mac:

open ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User

Windows:

C:\Users\user\AppData\Roaming\Sublime Text\Packages
# powershell command to open path
$appdata = $env:APPDATA; $fullpath = $appdata + "\Sublime Text\Packages\User"; start $fullpath

Demo Image

About

A Sublime Text plugin that allows for Nmap syntax highlighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published