From 4d035005d338e4b1eb71a175bd44974e2f64740f Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 28 Nov 2024 17:40:28 +0100 Subject: feat(inko): highlight "inline" keyword The parser added support for the "inline" keyword in a few places. This ensures a highlight is present for the keyword. --- lockfile.json | 2 +- queries/inko/highlights.scm | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lockfile.json b/lockfile.json index d1275337e..763beda10 100644 --- a/lockfile.json +++ b/lockfile.json @@ -354,7 +354,7 @@ "revision": "962568c9efa71d25720ab42c5d36e222626ef3a6" }, "inko": { - "revision": "aecabede39b0db05678e2d4686258d4f71b00a51" + "revision": "a6fb0b0bfee5dede688968fd91282da799e5aa8e" }, "ispc": { "revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04" diff --git a/queries/inko/highlights.scm b/queries/inko/highlights.scm index 589d746ce..44db3f049 100644 --- a/queries/inko/highlights.scm +++ b/queries/inko/highlights.scm @@ -55,12 +55,13 @@ "as" "for" "impl" + "inline" "let" + "move" "mut" + "recover" "ref" "uni" - "move" - "recover" ] @keyword "fn" @keyword.function -- cgit v1.2.3-70-g09d2