RubyMine 5.4.3 Web Help

You can create custom file types to enable parsing these files in the editor by defining highlighting schemes for keywords, comments, numbers, etc. To enable RubyMine to decide how to treat a file, you need to associate each file type with relevant extensions.

To create a new file type
  1. Open the Settings dialog box and click File Types.
  2. On the File Types page that opens click add.
  3. In the New File Type dialog box that opens specify the name of the new type and optionally provide a description.
  4. In the Syntax Highlighting section, specify the characters for line and block comments, hex prefixes, and number postfixes.
  5. In the Keywords section, specify sets of keywords using the tabs from 1 to 4. To do so, select the desired tab, click add (Alt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+Insert or Ctrl+NAlt+InsertMeta+Shift+N, Ctrl+N or Ctrl+EnterControl N or Control EnterControl N or Control EnterMeta N or Control EnterControl N or Control Enter), and enter the keyword name in the Add New Keyword dialog box that opens.

    Tip

    Each set of keywords has its own highlighting. You can change the highlighting color scheme for each set, using the Colors and Fonts dialog box. Click the Custom tab and edit the Keyword1, Keyword2, Keyword3, and Keyword4 properties.

To associate a file type with extensions
  1. Open the File Types dialog box.
  2. From the Recognized File Types list, select the desired type.
  3. In the Registered Patterns area, complete the list of patterns that define the file extensions to indicate that the corresponding files belong to the selected type. Do one of the following:
    • To register a new pattern, click add (Alt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+Insert or Ctrl+NAlt+InsertMeta+Shift+N, Ctrl+N or Ctrl+EnterControl N or Control EnterControl N or Control EnterMeta N or Control EnterControl N or Control Enter) and enter the desired extension pattern in the Add Wildcard dialog box that opens.
    • To update a pattern, select it in the list, click edit1 (NothingNothingNothingNothingNothingNothingNothingNothingNothingNothingNothingNothingNothing), and make the necessary changes in the Edit Wildcard dialog box that opens.
    • To remove a pattern from the list, select it and click delete (Alt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteMeta+DeleteMeta DeleteMeta DeleteMeta DeleteMeta Delete).

See Also

Reference:

Web Resources: