This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
name: HTML (Surface) | |
scope: text.html.surface | |
version: 2 | |
# if no JS/CSS is needed | |
extends: Packages/HTML/HTML (Plain).sublime-syntax | |
# Full HTML support including JS/CSS highlighting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
name: XML (Python) | |
scope: text.xml.python | |
version: 2 | |
extends: Packages/XML/XML.sublime-syntax | |
# file_extensions: | |
# - xml |