Skip to content

Commit

Permalink
Update Jinja2 package (#8918)
Browse files Browse the repository at this point in the history
This commit prepares for Jinja2 2.0.0 release, which requires ST4152+
  • Loading branch information
deathaxe authored May 13, 2024
1 parent 967c409 commit a1875e2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions repository/j.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,12 @@
"tags": true
},
{
"sublime_text": ">=4107",
"tags": true
"sublime_text": "4107 - 4151",
"tags": "4107-"
},
{
"sublime_text": ">=4152",
"tags": "4152-"
}
]
},
Expand Down

0 comments on commit a1875e2

Please sign in to comment.