Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/vscode/uwaterloo.cforall-0.1.0/package.json

    ra768220 r9452a2c  
    22        "name": "cforall",
    33        "version": "0.1.0",
    4         "displayName": "Cāˆ€ (C-for-all) Language Support",
     4        "displayName": "Cforall Language Support",
    55        "description": "Cforall - colorizer, grammar and snippets.",
    66        "publisher": "uwaterloo",
     
    99                "vscode": "^1.5.0"
    1010        },
    11         "icon": "images/icon.png",
     11        "icon": "images/icon.svg",
    1212        "categories": [
    13                 "Programming Languages",
     13                "Languages",
    1414                "Linters",
    1515                "Other"
     
    2121                                "aliases": [
    2222                                        "Cāˆ€",
     23                                        "Cforall",
    2324                                        "CForAll",
    24                                         "Cforall",
    2525                                        "cforall"
    2626                                ],
    2727                                "extensions": [
    28                                         ".cfa",
    29                                         ".hfa",
    30                                         ".ifa"
     28                                        ".cf"
    3129                                ],
    3230                                "configuration": "./cforall.configuration.json"
     
    3634                        {
    3735                                "language": "cforall",
    38                                 "scopeName": "source.cfa",
    39                                 "path": "./syntaxes/cfa.tmLanguage.json"
     36                                "scopeName": "source.cf",
     37                                "path": "./syntaxes/cfa.tmLanguage"
    4038                        }
    4139                ]
Note: See TracChangeset for help on using the changeset viewer.