-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0091 - nsis.vim.json
27 lines (27 loc) · 1.41 KB
/
0091 - nsis.vim.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"script_id": "91",
"display_name": "nsis.vim",
"summary": "This is a vim syntax file for NSIS script.",
"name": "nsis.vim",
"script_type": "syntax",
"description": "NSIS stands for 'NullSoft Installation System' and is a handy free scriptable installation system made by NullSoft ( the \nguys who made Winamp). For more information on this, see http://www.nullsoft.com/free/nsis/\nThis syntax is very straight forward as the syntax of the scripting language is simple. \n\nIf you use NSIS, please give it a try and tell me what you think as this is the first I actually write and vim syntax file.\nThanks,",
"install_details": "Just put the .vim file into your syntax directory. The most easy(?) way to use it to do 'so ...../nsis.vim'. But you can \nmodify your filetypes.vim in the runtime directory and add the following:\nau BufNewFile,BufRead *.nsi\t\tsetf nsis\nAnd then anytime you open a .nsi file, the syntax will be turned on automatically.\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=184",
"filename": "nsis.vim",
"script_version": "0.1",
"date": "2001-09-21",
"vim_version": "6.0",
"author": {
"user_id": "242",
"user_name": "fow99",
"first_name": "Wenzhi",
"last_name": "Liang",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}