Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Merging Layoutlexer #646

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
22 changes: 11 additions & 11 deletions .run/IntelliJ-Haskell.run.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="IntelliJ-Haskell" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType"
show_console_on_std_out="true">
<module name="intellij-haskell"/>
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -ea -Ddump.threads.on.long.write.action.waiting=50"/>
<option name="PROGRAM_PARAMETERS" value=""/>
<alternative-path path="IntelliJ IDEA IU-202.7660.26" alternative-path-enabled="true"/>
<predefined_log_file enabled="true" id="idea.log"/>
<method v="2">
<option name="Make" enabled="true"/>
</method>
</configuration>
<configuration default="false" name="IntelliJ-Haskell" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType"
show_console_on_std_out="true">
<module name="intellij-haskell" />
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -ea -Ddump.threads.on.long.write.action.waiting=50" />
<option name="PROGRAM_PARAMETERS" value="" />
<alternative-path path="$APPLICATION_HOME_DIR$" alternative-path-enabled="true" />
<predefined_log_file enabled="true" id="idea.log" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
1,161 changes: 593 additions & 568 deletions gen/intellij/haskell/_HaskellLexer.java

Large diffs are not rendered by default.

Loading