Files
koreader-mirror/.emmyrc.json
Frans de Jonge d1e2f586ce Add a config file for EmmyLua Analyzer Rust LSP (#14319)
Also see <https://github.com/koreader/koreader/pull/10611>. There's some degree of compatibility with the LuaLS config `.luarc.json` but it didn't seem to work all that well.
2025-09-14 08:10:19 +02:00

18 lines
375 B
JSON

{
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
"workspace": {
"ignoreGlobs": [
"base/build/**/**",
"base/third_party/**/**"
]
},
"diagnostics": {
"globals": [
"G_reader_settings"
]
},
"runtime": {
"version": "LuaJIT"
}
}