23 lines
520 B
JSON
23 lines
520 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
|
|
"name": "newt",
|
|
"scopeName": "source.newt",
|
|
"patterns": [
|
|
{
|
|
"name": "comment.block.newt",
|
|
"begin": "/-",
|
|
"end": "-/",
|
|
"contentName": "comment.block.newt"
|
|
},
|
|
{
|
|
"name": "comment.line.newt",
|
|
"begin": "--",
|
|
"end": "\\n"
|
|
},
|
|
{
|
|
"name": "keyword.newt",
|
|
"match": "\\b(data|where|case|of|let|in|U|module|ptype|pfunc|infix|infixl|infixr)\\b"
|
|
}
|
|
]
|
|
}
|