chore: keywords conf

This commit is contained in:
张泊明518370910136 2025-01-27 21:02:33 -05:00
parent 3d74b2295f
commit 50611aa97b
GPG Key ID: CA088E6D9284F870

View File

@ -34,8 +34,7 @@
"parser": { "parser": {
"name": "keyword", "name": "keyword",
"with": { "with": {
"fullScore": 1000, "score": 1000,
"minScore": 0,
"files": ["stdout"], "files": ["stdout"],
"endOnMatch": true, "endOnMatch": true,
"matches": [ "matches": [
@ -53,7 +52,7 @@
"score": 2 "score": 2
}, },
{ {
"keyword": "[llvmlibc-implementation-in-namespace]", "keywords": ["[llvmlibc-implementation-in-namespace]"],
"score": 0 "score": 0
} }
] ]