forked from sublimehq/Packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sublimehq:master' into master
- Loading branch information
Showing
163 changed files
with
13,166 additions
and
3,619 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
%YAML 1.2 | ||
--- | ||
############################################################################### | ||
# This intermediate syntax is used by `HTML (ASP).sublime-syntax` | ||
# | ||
# It powers VBScript highlighting within ASP tags in embedded CSS. | ||
# | ||
# <script type="application/json"> | ||
# <%! ... %> | ||
# <%= ... %> | ||
# <% ... %> | ||
# </script> | ||
# | ||
# The primary task is to add `asp-tags` context to CSS's | ||
# prototype to match all the <% %> tags. | ||
############################################################################### | ||
|
||
scope: source.json.embedded.asp | ||
version: 2 | ||
hidden: true | ||
|
||
extends: Packages/JSON/JSON.sublime-syntax | ||
|
||
contexts: | ||
|
||
prototype: | ||
- meta_prepend: true | ||
- include: HTML (ASP).sublime-syntax#asp-tags | ||
|
||
string-prototype: | ||
- meta_prepend: true | ||
- include: HTML (ASP).sublime-syntax#asp-interpolations |
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
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
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
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
Oops, something went wrong.