From bd80190d0160d3ef10b9fe973ee836b87612b1ac Mon Sep 17 00:00:00 2001 From: ivanauth Date: Mon, 12 Jan 2026 17:53:13 -0500 Subject: [PATCH] fix: reorder grammar patterns for 'with expiration' --- syntaxes/spicedb.tmGrammar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/spicedb.tmGrammar.json b/syntaxes/spicedb.tmGrammar.json index 2761397..2863a75 100644 --- a/syntaxes/spicedb.tmGrammar.json +++ b/syntaxes/spicedb.tmGrammar.json @@ -78,8 +78,8 @@ { "include": "#indirectRelationType" }, { "include": "#directRelationType" }, { "include": "#pipe" }, - { "include": "#with_caveat" }, { "include": "#with_expiration" }, + { "include": "#with_caveat" }, { "include": "#comment" } ] },