mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
14 lines
299 B
MiniZinc
14 lines
299 B
MiniZinc
|
|
% include "data.dzn";
|
||
|
|
% ^^^^^^^ @keyword.directive
|
||
|
|
% ^^^^^^^^^^ @string
|
||
|
|
% ^ @punctuation.delimiter
|
||
|
|
|
||
|
|
var 1..10: x;
|
||
|
|
% ^^^ @keyword
|
||
|
|
% ^ @number
|
||
|
|
% ^^ @operator
|
||
|
|
% ^^ @number
|
||
|
|
% ^ @punctuation.delimiter
|
||
|
|
% ^ @variable
|
||
|
|
% ^ @punctuation.delimiter
|