Skip to content

Commit 471e7dc

Browse files
committed
added 'sdec' and 'udec'
1 parent 861fb4a commit 471e7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/vadl.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
{ "include": "#commons" }
8888
,{
8989
"name": "keyword.other.isa",
90-
"match": "\\b(alias|assembly|counter|decimal|encode|exception|encoding|file|group|instruction|memory|mnemonic|none|operation|predicate|process|program|pseudo|register|relocation)\\b"
90+
"match": "\\b(alias|assembly|counter|decimal|encode|exception|encoding|file|group|instruction|memory|mnemonic|none|operation|predicate|process|program|pseudo|register|relocation|sdec|udec)\\b"
9191
}
9292
,{
9393
"name": "keyword.control",

0 commit comments

Comments
 (0)