; Inject Lua syntax highlighting into the __lua__ section. ; ; NOTE: This injects Zed's built-in Lua grammar, which does not ; understand Pico-8 dialect extensions ( ?, +=, !=, single-line ; `if (cond) stmt`, binary literals, memory peek prefix operators, ; etc. ). Code that uses those forms will produce parse errors ; locally, with degraded highlighting in those regions only — the ; rest of the file will still render correctly. A future Pico-8 ; Lua grammar fork will replace this; see README for status. ((lua_content) @injection.content (#set! injection.language "lua"))