AMPscript Syntax Highlighter
A Salesforce Marketing Cloud AMPscript syntax highlighter for Sublime Text
Labels language syntax
Details
Installs
- Total 5K
- Win 3K
- Mac 2K
- Linux 311
Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 1 | 1 |
Mac | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 2 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 1 |
Linux | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
AMPSCRIPT SYNTAX HIGHLIGHTER
A Salesforce Marketing Cloud AMPscript syntax highlighter for Sublime Text.
INSTALLATION
- Install Package Control
- Open package control settings with
CTRL-SHIFT-P
then selectInstall Package
- Search for
AMPscript Syntax Highlighter
and select it to install
USAGE
- Opening a file with an
.amp
or.ampscript
extension will automatically invoke the AMPscript Syntax Highlighter - To apply syntax highlighting to a document, use the
CTRL-SHIFT-P
hotkey combination and search forAMPscript
. SelectSet Syntax: AMPscript Syntax Highlighter (HTML)
.
FEATURES
- Identifies the following AMPscript syntax:
- code blocks
- inline code
- functions
- language control elements – conditionals, loops, variable declarations and assignments, operators
- numbers
- strings
- system strings – block and inline
- variables
- comments
- constants
- Supports all 150 AMPscript functions
- Parses the majority of the system substitution strings
- Highlights both AMPscript block types:
%%[
]%%
and<script runat="server" language="ampscript">
</script>
- Inherits base HTML syntax highlighting (
text.html.basic
)
UPDATES
- 1.0.7 - Added support for BuildRowsetFromJSON()
- 1.0.6 - Added wvpv-dark theme
- 1.0.5 - Added support for GetSendTime(), GetJWT() and GetJWTByKeyName() functions.