Added highlights.scm and tests.mzn

This commit is contained in:
Kelvin Davis 2026-02-06 10:22:35 +11:00
parent 30d2648f94
commit ee8c109cbd
2 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,13 @@
% include "data.dzn";
% ^^^^^^^ @keyword.directive
% ^^^^^^^^^^ @string
% ^ @punctuation.delimiter
var 1..10: x;
% ^^^ @keyword
% ^ @number
% ^^ @operator
% ^^ @number
% ^ @punctuation.delimiter
% ^ @variable
% ^ @punctuation.delimiter