mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
Added highlights.scm and tests.mzn
This commit is contained in:
parent
30d2648f94
commit
ee8c109cbd
2 changed files with 138 additions and 0 deletions
13
tests/query/highlights/minizinc/test.mzn
Normal file
13
tests/query/highlights/minizinc/test.mzn
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue