Skip to content

Simple Ruby and Chef filetype definition for JetBrains IDE's like PHPStorm

Notifications You must be signed in to change notification settings

melwinm/ruby-chef-filetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Ruby and Chef filetype for JetBrains IDE's

Gives you:

  • code highlighting
  • flat codecompletion (no structure logic)
  • tested with JetBrains PHPStorm 5

Installation:

  • exit your IDE
  • copy ruby_chef_file.xml into "[WinUserDir]/.WebIde[Version]/config/filetypes"
  • open file "[WinUserDir]/.WebIde[Version]/config/options/filetypes.xml" and copy the following lines in the <extensionMap> element.
  • start your IDE
<mapping ext="rb" type="ruby_chef_files" />
<mapping ext="erb" type="ruby_chef_files" />

About

Simple Ruby and Chef filetype definition for JetBrains IDE's like PHPStorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published