fix(ide): improve emacs highlighting and fix jetbrains/lua ci formatting - #448
Merged
Conversation
MengqinShen
approved these changes
Jan 26, 2026
yesudeep
force-pushed
the
yesudeep/fix/innate-beast
branch
from
January 26, 2026 06:22
ed87bfa to
df3a22f
Compare
yesudeep
force-pushed
the
yesudeep/fix/innate-beast
branch
from
January 26, 2026 07:28
df3a22f to
0de9584
Compare
yesudeep
force-pushed
the
yesudeep/fix/innate-beast
branch
2 times, most recently
from
January 26, 2026 07:30
2e54890 to
0861492
Compare
yesudeep
force-pushed
the
yesudeep/fix/innate-beast
branch
from
January 26, 2026 07:33
0861492 to
a97acca
Compare
yesudeep
force-pushed
the
yesudeep/fix/innate-beast
branch
from
January 26, 2026 07:34
a97acca to
56f79a1
Compare
- emacs: enhanced syntax highlighting to match VS Code fidelity (YAML frontmatter, Handlebars keywords, variables, and markers) - emacs: fixed comment priority so license headers are correctly highlighted even with quoted strings inside - emacs: updated installer script to always overwrite dotprompt-mode.el without prompting - jetbrains: fixed CI failures by explicitly installing Gradle 8.5 to bypass the missing wrapper script - jetbrains: fixed compilation error in PromptlyServerFactory (instantiating abstract ProcessStreamConnectionProvider) - jetbrains: updated installer and README to use 'gradle' instead of './gradlew' - vim: fixed StyLua formatting in dotprompt/init.lua to satisfy CI checks - formatting: added scripts/format_kotlin_files, scripts/format_lua_files, and scripts/format_elisp_files - formatting: integrated new formatters into scripts/fmt and updated .editorconfig with rules for Kotlin, Lua, and Elisp - configuration: added automated format checks for Lua and Kotlin to the GitHub Actions workflow
yesudeep
force-pushed
the
yesudeep/fix/innate-beast
branch
from
January 26, 2026 07:34
56f79a1 to
30b5fd4
Compare
This was referenced Jan 26, 2026
This was referenced Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(ide): improve emacs highlighting and fix jetbrains/lua ci formatting