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 } ]