TextMate-style syntax highlighting in PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

216 lines
4.4 KiB

{
"scopeName": "fenced-code.md",
"list": [
{
"pattern": "apib|apiblueprint",
"include": "text.html.markdown.source.gfm.apib",
"contentName": "source.embedded.gfm.apib"
},
{
"pattern": "ass"
},
{
"pattern": "babel",
"include": "source.js.jsx",
"contentName": "source.embedded.js.jsx"
},
{
"pattern": "coffee|coffeescript|coffee-script",
"include": "source.coffee",
"contentName": "source.embedded.coffee"
},
{
"pattern": "c"
},
{
"pattern": "clean"
},
{
"pattern": "clojure"
},
{
"pattern": "cpp|c\\+\\+",
"include": "source.cpp",
"contentName": "source.embedded.cpp"
},
{
"pattern": "cr|crystal",
"include": "source.crystal",
"contentName": "source.embedded.crystal"
},
{
"pattern": "cs|csharp",
"include": "source.cs",
"contentName": "source.embedded.cs"
},
{
"pattern": "css"
},
{
"pattern": "diff|patch|rej",
"include": "source.diff",
"contentName": "source.embedded.diff"
},
{
"pattern": "elixir"
},
{
"pattern": "elm"
},
{
"pattern": "erlang"
},
{
"pattern": "go|golang",
"include": "source.go",
"contentName": "source.embedded.go"
},
{
"pattern": "haskell"
},
{
"pattern": "hcl"
},
{
"pattern": "html",
"include": "text.html.basic",
"contentName": "source.embedded.html"
},
{
"pattern": "idris"
},
{
"pattern": "java"
},
{
"pattern": "javascript|js|jsx",
"include": "source.js",
"contentName": "source.embedded.js"
},
{
"pattern": "json|har",
"include": "source.json",
"contentName": "source.embedded.json"
},
{
"pattern": "julia|julia-repl",
"include": "source.julia",
"contentName": "source.embedded.julia"
},
{
"pattern": "kotlin|kt|kts",
"include": "source.kotlin",
"contentName": "source.embedded.kotlin"
},
{
"pattern": "latex|tex",
"include": "text.tex.latex",
"contentName": "text.embedded.latex"
},
{
"pattern": "less",
"include": "source.css.less",
"contentName": "source.embedded.css.less"
},
{
"pattern": "lua"
},
{
"pattern": "make|makefile",
"include": "source.makefile",
"contentName": "source.embedded.makefile"
},
{
"pattern": "markdown|mdown|md",
"include": "text.md",
"contentName": "text.embedded.md"
},
{
"pattern": "m|mathematica",
"include": "source.mathematica",
"contentName": "source.embedded.mathematica"
},
{
"pattern": "mermaid"
},
{
"pattern": "mson",
"include": "text.html.markdown.source.gfm.mson",
"contentName": "source.embedded.mson"
},
{
"pattern": "objc|objective-c",
"include": "source.objc",
"contentName": "source.embedded.objc"
},
{
"pattern": "php",
"include": "text.html.php",
"contentName": "source.embedded.text.html.php"
},
{
"pattern": "py|python",
"include": "source.python",
"contentName": "source.embedded.python"
},
{
"pattern": "r"
},
{
"pattern": "ruby"
},
{
"pattern": "rust|rs",
"include": "source.rust",
"contentName": "source.embedded.rust"
},
{
"pattern": "sas"
},
{
"pattern": "sass"
},
{
"pattern": "scss",
"include": "source.css.scss",
"contentName": "source.embedded.css.scss"
},
{
"pattern": "sh|bash",
"include": "source.shell",
"contentName": "source.embedded.shell"
},
{
"pattern": "shellsession|console",
"include": "text.shell-session",
"contentName": "text.embedded.shell-session"
},
{
"pattern": "sql"
},
{
"pattern": "stata"
},
{
"pattern": "swift"
},
{
"pattern": "ts|typescript",
"include": "source.ts",
"contentName": "source.embedded.ts"
},
{
"pattern": "xml",
"include": "text.xml",
"contentName": "text.embedded.xml"
},
{
"pattern": "yaml"
},
{
"pattern": "[a-zA-Z0-9-_]+",
"include": "source",
"contentName": "source.embedded"
}
]
}