unit we type a name ,our document by default ,gets as name
Answers
Answered by
0
Answer:
IntelliJ IDEA recognizes a default set of file types. Such files are parsed and highlighted according to the syntax of the corresponding languages.
If you are working with a file type that IntelliJ IDEA does not recognize (for example, if it's a proprietary in-house developed file type) you can also create a custom file type.
You can configure how the IDE will parse the files by defining highlighting schemes for keywords, comments, numbers, and so on. You can also associate each file type with an extension to help the IDE identify the files of the custom formats.
Create a new file type
Press Ctrl+Alt+S to open IDE settings and select Editor | File Types.
Similar questions