Changeset a768220
- Timestamp:
- Mar 30, 2020, 3:02:40 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- aa7a56e
- Parents:
- bb2e05e
- Location:
- tools/vscode/uwaterloo.cforall-0.1.0
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/vscode/uwaterloo.cforall-0.1.0/package.json
rbb2e05e ra768220 2 2 "name": "cforall", 3 3 "version": "0.1.0", 4 "displayName": "C forallLanguage Support",4 "displayName": "C∀ (C-for-all) Language Support", 5 5 "description": "Cforall - colorizer, grammar and snippets.", 6 6 "publisher": "uwaterloo", … … 9 9 "vscode": "^1.5.0" 10 10 }, 11 "icon": "images/icon. svg",11 "icon": "images/icon.png", 12 12 "categories": [ 13 " Languages",13 "Programming Languages", 14 14 "Linters", 15 15 "Other" … … 21 21 "aliases": [ 22 22 "C∀", 23 "CForAll", 23 24 "Cforall", 24 "CForAll",25 25 "cforall" 26 26 ], 27 27 "extensions": [ 28 ".cf" 28 ".cfa", 29 ".hfa", 30 ".ifa" 29 31 ], 30 32 "configuration": "./cforall.configuration.json" … … 34 36 { 35 37 "language": "cforall", 36 "scopeName": "source.cf ",37 "path": "./syntaxes/cfa.tmLanguage "38 "scopeName": "source.cfa", 39 "path": "./syntaxes/cfa.tmLanguage.json" 38 40 } 39 41 ]
Note: See TracChangeset
for help on using the changeset viewer.