summaryrefslogtreecommitdiff
path: root/syntaxes/isa.json
blob: 2353a4aa1ec2a74b61fe4ebf5c3432fc7a0d1ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
    "name": "isa",
    "scopeName": "source.perl.package.isa",
    "injectionSelector": "L:meta.isa.perl -comment -string -text",
    "patterns": [
        {
            "include": "#isa"
        }
    ],
    "repository": {
        "isa": {
            "patterns": [
                {
                    "match": "\\b(isa)(?!\\s*=>)",
                    "name": "constant.language.isa"  
                }
            ]
        }
    }
}