mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #2410 from SimenB/iml
Display IntelliJ configurations files as XML
This commit is contained in:
		@@ -3443,6 +3443,7 @@ XML:
 | 
			
		||||
  - .glade
 | 
			
		||||
  - .gml
 | 
			
		||||
  - .grxml
 | 
			
		||||
  - .iml
 | 
			
		||||
  - .ivy
 | 
			
		||||
  - .jelly
 | 
			
		||||
  - .kml
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								samples/XML/intellij.iml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								samples/XML/intellij.iml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<module type="WEB_MODULE" version="4">
 | 
			
		||||
  <component name="NewModuleRootManager" inherit-compiler-output="true">
 | 
			
		||||
    <exclude-output />
 | 
			
		||||
    <content url="file://$MODULE_DIR$">
 | 
			
		||||
      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
 | 
			
		||||
      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
 | 
			
		||||
    </content>
 | 
			
		||||
    <orderEntry type="inheritedJdk" />
 | 
			
		||||
    <orderEntry type="sourceFolder" forTests="false" />
 | 
			
		||||
    <orderEntry type="library" name="backend node_modules" level="project" />
 | 
			
		||||
  </component>
 | 
			
		||||
</module>
 | 
			
		||||
		Reference in New Issue
	
	Block a user