Skip to content

Commit ab0dd89

Browse files
authored
include .gjs files in index (#158)
* include .gjs files in index * bump index version
1 parent b963708 commit ab0dd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/emberjs/index/EmberNameIndex.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import com.intellij.util.io.BooleanDataDescriptor
1818
class EmberNameIndex : ScalarIndexExtension<Boolean>() {
1919

2020
override fun getName() = NAME
21-
override fun getVersion() = 7
21+
override fun getVersion() = 8
2222
override fun getKeyDescriptor() = BooleanDataDescriptor.INSTANCE
2323
override fun dependsOnFileContent() = false
2424

@@ -28,7 +28,7 @@ class EmberNameIndex : ScalarIndexExtension<Boolean>() {
2828

2929
companion object {
3030
val NAME: ID<Boolean, Void> = ID.create("ember.names")
31-
private val FILE_EXTENSIONS = setOf("css", "scss", "js", "ts", "hbs", "handlebars", "gts")
31+
private val FILE_EXTENSIONS = setOf("css", "scss", "js", "ts", "hbs", "handlebars", "gjs", "gts")
3232

3333
val index: FileBasedIndex get() = FileBasedIndex.getInstance()
3434

0 commit comments

Comments
 (0)