Skip to content

Dockerfile file type for Intellij Idea (syntax highlighting)

Notifications You must be signed in to change notification settings

kcao3/docker-intellij-idea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Installation

Copy Dockerfile.xml to <YOURIDE_config_folder>/filetypes and restart your IDE (IDEA / PhpStorm).

IntelliJ IDEA 13

Linux

wget -O ~/.IntelliJIdea13/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X

curl --create-dirs -so ~/Library/Preferences/IntelliJIdea13/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

IntelliJ IDEA 14

Linux (Community Edition)

wget -O ~/.IdeaIC14/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

Linux (Ultimate Edition)

wget -O ~/.IntelliJIdea14/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X (Community Edition)

curl --create-dirs -so ~/Library/Preferences/IdeaIC14/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X (Ultimate Edition)

curl --create-dirs -so ~/Library/Preferences/IntelliJIdea14/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

PhpStorm 9

Linux

wget -O ~/.WebIde90/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X

curl --create-dirs -so ~/Library/Preferences/WebIde90/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

About

Dockerfile file type for Intellij Idea (syntax highlighting)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published