From 50611aa97b783e27389a1686f04f4971786a6b67 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 27 Jan 2025 21:02:33 -0500 Subject: [PATCH] chore: keywords conf --- conf.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf.json b/conf.json index 782d8fd..6056f42 100644 --- a/conf.json +++ b/conf.json @@ -34,8 +34,7 @@ "parser": { "name": "keyword", "with": { - "fullScore": 1000, - "minScore": 0, + "score": 1000, "files": ["stdout"], "endOnMatch": true, "matches": [ @@ -53,7 +52,7 @@ "score": 2 }, { - "keyword": "[llvmlibc-implementation-in-namespace]", + "keywords": ["[llvmlibc-implementation-in-namespace]"], "score": 0 } ]