-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0094 - express.vim.json
27 lines (27 loc) · 1.08 KB
/
0094 - express.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": "94",
"display_name": "express.vim",
"summary": "syntax file for Step21 express schema",
"name": "express.vim",
"script_type": "syntax",
"description": "this is a syntax file for coloring the data structure description language EXPRESS as defined in the STEP (Standard for the Exchgange of Product Model) standard formarly\nISO-10303. Express is describe in the part 11 of this standard",
"install_details": "just drop it in a syntax directory in your runtime path\nyou'll also need to add \n\t au! BufRead,BufNewFile *.express\tsetfiletype express\nto the filetype detect augroup",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=190",
"filename": "express.vim",
"script_version": "1.0",
"date": "2001-09-25",
"vim_version": "6.0",
"author": {
"user_id": "251",
"user_name": "BenoitCerrina",
"first_name": "Benoit",
"last_name": "Cerrina",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}