-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathactg.JSON-tmLanguage
More file actions
40 lines (40 loc) · 892 Bytes
/
actg.JSON-tmLanguage
File metadata and controls
40 lines (40 loc) · 892 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Nucleotides",
"scopeName": "source.nucleotides",
"fileTypes": [
"fq",
"fastq",
"fa",
"fasta",
"sam",
"vcf"
],
"patterns": [
{
"match": "A",
"name": "keyword.control.nucleotides",
"comment": "adenine"
},
{
"match": "C",
"name": "entity.name.function.nucleotides",
"comment": "cytosine"
},
{
"match": "T",
"name": "constant.numeric.source.nucleotides",
"comment": "thymine"
},
{
"match": "G",
"name": "string.quoted.source.nucleotides",
"comment": "guanine"
},
{
"match": "N",
"name": "comment.block.source.nucleotides",
"comment": "unknown"
}
],
"uuid": "34f308ec-03a9-428e-93dd-d8eae6648d7f"
}