JetBrains Rider 2018.2 Help

Creating and Registering File Types

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 JetBrains Rider decide how to treat a file, you need to associate each file type with relevant extensions.

To create a new file type

  1. Press Ctrl+Alt+S to open the Settings/Preferences dialog and then go to Editor | File Types.

  2. On the File Types page that opens, click icons general 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 icons general add (Ctrl+N), and enter the keyword name in the Add New Keyword dialog that opens.

To associate a file type with extensions

  1. Open the File Types settings page.

  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 icons general add (Ctrl+N) and enter the desired extension pattern in the Add Wildcard dialog box that opens.

    • To update a pattern, select it in the list, click the Edit button icons actions edit svg and make the necessary changes in the Edit Wildcard dialog box that opens.

    • To remove a pattern from the list, select it and click icons general remove svg (Ctrl+R, D).

Last modified: 21 December 2018

See Also