Skip to content

Commit

Permalink
idea: rename gay.pizza.pork.intellij to gay.pizza.pork.idea
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Sep 11, 2023
1 parent 7b4257d commit 1be098d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.openapi.fileTypes.LanguageFileType
import com.intellij.openapi.util.NlsContexts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.openapi.util.IconLoader.getIcon
import javax.swing.Icon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.lang.Language

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.lexer.LexerBase
import com.intellij.openapi.diagnostic.Logger
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.lexer.Lexer
import com.intellij.openapi.editor.DefaultLanguageHighlighterColors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.openapi.fileTypes.SyntaxHighlighter
import com.intellij.openapi.fileTypes.SyntaxHighlighterFactory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gay.pizza.pork.intellij
package gay.pizza.pork.idea

import com.intellij.psi.TokenType
import com.intellij.psi.tree.IElementType
Expand Down
4 changes: 2 additions & 2 deletions support/pork-idea/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
<fileType name="Pork File" language="Pork" extensions="pork" fieldName="INSTANCE"
implementationClass="gay.pizza.pork.intellij.PorkFileType"/>
implementationClass="gay.pizza.pork.idea.PorkFileType"/>
<lang.syntaxHighlighterFactory
language="Pork"
implementationClass="gay.pizza.pork.intellij.PorkSyntaxHighlighterFactory"/>
implementationClass="gay.pizza.pork.idea.PorkSyntaxHighlighterFactory"/>
</extensions>

<applicationListeners>
Expand Down

0 comments on commit 1be098d

Please sign in to comment.