diff --git a/highlights.scm b/highlights.scm new file mode 100644 index 0000000..861cb3d --- /dev/null +++ b/highlights.scm @@ -0,0 +1,4 @@ +(comment) @comment +(operator) @operator +(integer) @number.integer +(string) @string diff --git a/package.json b/package.json index d1de401..999470a 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,9 @@ "scope": "source.dust", "file-types": [ "ds", - "dust", - ] + "dust" + ], + "highlights": "highlights.scm" } ], "dependencies": {