Skip to content

Commit d7ce067

Browse files
authored
Update pdl.tmLanguage.json
1 parent c30dd7a commit d7ce067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PDL/pdl-hl/syntaxes/pdl.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}]
2929
},
3030
"types": {
31-
"match": "\\b(str|int|list|bool)\\b",
31+
"match": "\\b(str|int|list|bool|raw)\\b",
3232
"name": "constant.language.pdl"
3333
},
3434
"constant": {
@@ -112,4 +112,4 @@
112112
}
113113
},
114114
"scopeName": "source.pdl"
115-
}
115+
}

0 commit comments

Comments
 (0)