
Extend the JSON5 syntax to all JSON files P圜harm by default treats files with the json5 extension as JSON5 files and supports this new syntax in them. P圜harm recognizes a number of most popular JSON standards including JSON5. You can also use custom JSON Schemas to enable code completion in your JSON files and validate them. In popular types of configuration files, P圜harm provides code completion, thanks to the JSON Schema, which is a special format for describing the structure and contents of such files.

P圜harm helps you work with JSON files - it checks their syntax and formatting. Tip: To disable syntax highlighting, select “Normal text”, listed under “N”, from the supported language list.The JSON format is commonly used for storing data and for configuration files.

For example, if you save a document with the file extension “.c” for C code, then Sublime Text 3 will automatically enable the syntax highlighting for C code. Define your own language through the “User Defined Language” functionality.Īlternatively, if you open or save a document with a supported file extension, Notepad++ will automatically apply the syntax highlighting for the appropriate language. Full documentation is available at the “Documentation” link in the top-left of the “Folder & Default” tab. In the “User Defined Language” window, you can enter the details needed to define your language.


If you want to define your own language, click on “Language” again, then click on “User Defined Language”, third from the bottom, and then click “Define your language”. To configure syntax highlighting, click on “Language” in the top bar, then click the letter the language starts with, and then the language. Next, select the first letter of the language you’re coding in, then the exact language from the second level of the drop-down menu. To configure syntax highlighting in a document, click on “Language” in the top bar. Tip: Syntax highlighting, applies to the whole document, it’s not possible to configure a section of code to use a different set of syntax highlighting rules. There at 87 pre-configured languages in Notepad++, it also includes functionality for you to add new language definitions or to define your own language.
