Ignore:
Timestamp:
Mar 30, 2020, 3:02:40 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

First draft at custom language, currently working : comments, preprocessor and extern C

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  
    22        "name": "cforall",
    33        "version": "0.1.0",
    4         "displayName": "Cforall Language Support",
     4        "displayName": "C∀ (C-for-all) Language Support",
    55        "description": "Cforall - colorizer, grammar and snippets.",
    66        "publisher": "uwaterloo",
     
    99                "vscode": "^1.5.0"
    1010        },
    11         "icon": "images/icon.svg",
     11        "icon": "images/icon.png",
    1212        "categories": [
    13                 "Languages",
     13                "Programming Languages",
    1414                "Linters",
    1515                "Other"
     
    2121                                "aliases": [
    2222                                        "C∀",
     23                                        "CForAll",
    2324                                        "Cforall",
    24                                         "CForAll",
    2525                                        "cforall"
    2626                                ],
    2727                                "extensions": [
    28                                         ".cf"
     28                                        ".cfa",
     29                                        ".hfa",
     30                                        ".ifa"
    2931                                ],
    3032                                "configuration": "./cforall.configuration.json"
     
    3436                        {
    3537                                "language": "cforall",
    36                                 "scopeName": "source.cf",
    37                                 "path": "./syntaxes/cfa.tmLanguage"
     38                                "scopeName": "source.cfa",
     39                                "path": "./syntaxes/cfa.tmLanguage.json"
    3840                        }
    3941                ]
Note: See TracChangeset for help on using the changeset viewer.