AppCode 2017.3 Help

Markup Languages and Style Sheets

In this section:

In this part you will find information that is specific for the web content files only!

Supported markup and template languages

AppCode supports editing of files in the following markup and template languages:

The markup languages and Style Sheets are integrated into AppCode and can use the most powerful editing features:

All these features work if AppCode successfully locates the DTD or schema file. In this case, all the files are validated against the DTD or schema, and the editing conveniences become available. Without a DTD or schema, only the well-formedness check is possible.

These features for web contents work same way as for the other source files. Refer to Keyboard shortcuts.

Parsing Web contents

AppCode parses Web contents files according to the following specifications:

  • HTML: specification is configurable in the Default HTML language level in the Schemas and DTDs page of the Settings/Preferences dialog. By default, specification HTML 5.0 from W3C is assumed.
  • CSS: specification CSS 3.0. The most common selectors are supported: universal selector *, type selectors .a, descendant selectors .a.b, child selectors .a .b, ID selectors #b, pseudo-classes and class selectors DIV.warning.
  • AppCode uses Xerces 2.11, an XML parser developed by Apache Software Foundation Group.
Last modified: 27 March 2018