-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous package name didn't refer to intellij, which is an important aspect of the plugin. It generally wuld be a breaking change but since I didn't publish the plugin with the previous id/package name, doesn't make sense to update the major.
- Loading branch information
Showing
16 changed files
with
38 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
12 changes: 6 additions & 6 deletions
12
...lin/com/github/pcha/bloblang/Bloblang.bnf → ...ithub/pcha/intellij/bloblang/Bloblang.bnf
This file contains 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
4 changes: 2 additions & 2 deletions
4
...in/com/github/pcha/bloblang/Bloblang.flex → ...thub/pcha/intellij/bloblang/Bloblang.flex
This file contains 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
2 changes: 1 addition & 1 deletion
2
...cha/bloblang/BloblangColorSettingsPage.kt → ...lij/bloblang/BloblangColorSettingsPage.kt
This file contains 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
2 changes: 1 addition & 1 deletion
2
.../github/pcha/bloblang/BloblangFileType.kt → ...cha/intellij/bloblang/BloblangFileType.kt
This file contains 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
3 changes: 1 addition & 2 deletions
3
...com/github/pcha/bloblang/BloblangIcons.kt → ...b/pcha/intellij/bloblang/BloblangIcons.kt
This file contains 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
2 changes: 1 addition & 1 deletion
2
.../github/pcha/bloblang/BloblangLanguage.kt → ...cha/intellij/bloblang/BloblangLanguage.kt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.github.pcha.bloblang | ||
package com.github.pcha.intellij.bloblang | ||
|
||
import com.intellij.lang.Language | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...hub/pcha/bloblang/BloblangLexerAdapter.kt → ...intellij/bloblang/BloblangLexerAdapter.kt
This file contains 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
10 changes: 5 additions & 5 deletions
10
...pcha/bloblang/BloblangParserDefinition.kt → ...llij/bloblang/BloblangParserDefinition.kt
This file contains 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
4 changes: 2 additions & 2 deletions
4
...cha/bloblang/BloblangSyntaxHighlighter.kt → ...lij/bloblang/BloblangSyntaxHighlighter.kt
This file contains 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
2 changes: 1 addition & 1 deletion
2
...blang/BloblangSyntaxHighlighterFactory.kt → ...blang/BloblangSyntaxHighlighterFactory.kt
This file contains 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
4 changes: 2 additions & 2 deletions
4
.../pcha/bloblang/psi/BloblangElementType.kt → ...ellij/bloblang/psi/BloblangElementType.kt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.github.pcha.bloblang.psi | ||
package com.github.pcha.intellij.bloblang.psi | ||
|
||
import com.intellij.psi.tree.IElementType | ||
import com.github.pcha.bloblang.BloblangLanguage | ||
import com.github.pcha.intellij.bloblang.BloblangLanguage | ||
|
||
class BloblangElementType(debugName: String) : IElementType(debugName, BloblangLanguage.INSTANCE) |
7 changes: 3 additions & 4 deletions
7
.../github/pcha/bloblang/psi/BloblangFile.kt → ...cha/intellij/bloblang/psi/BloblangFile.kt
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ub/pcha/bloblang/psi/BloblangTokenSets.kt → ...ntellij/bloblang/psi/BloblangTokenSets.kt
This file contains 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
4 changes: 2 additions & 2 deletions
4
...ub/pcha/bloblang/psi/BloblangTokenType.kt → ...ntellij/bloblang/psi/BloblangTokenType.kt
This file contains 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
This file contains 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