Skip to content

Commit

Permalink
Fix highlighting of the prelude and generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Jun 18, 2024
1 parent a8f0c5d commit 46b76b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/arend/psi/ArendFile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ArendFile(viewProvider: FileViewProvider) : PsiFileBase(viewProvider, Aren

override fun dropTypechecked() {}
override fun moduleInitialized(): Boolean {
return ArendModuleConfigService.getInstance(module)?.isInitialized == true
return ArendModuleConfigService.getInstance(module)?.isInitialized != false
}

override fun dropTCReferable() {}
Expand Down

0 comments on commit 46b76b4

Please sign in to comment.