Skip to content

Commit

Permalink
Syntax: ST4 specific update for Groovy support
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jul 23, 2024
1 parent 7a521e9 commit 933e114
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions syntaxes/Code Block Syntaxes.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,14 @@
"details": "Specifies <code>GraphViz</code> code highlighting"
},

// Groovy
{
"trigger": "groovy",
"annotation": "Groovy",
"kind": ["markup", "s", "Syntax"],
"details": "Specifies <code>Groovy</code> code highlighting"
},

// Haskell
{
"trigger": "haskell",
Expand Down
4 changes: 3 additions & 1 deletion syntaxes/Markdown.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,9 @@ contexts:
6: comment.line.infostring.markdown
7: meta.fold.code-fence.begin.markdown
embed: scope:source.groovy
embed_scope: markup.raw.code-fence.groovy.markdown-gfm
embed_scope:
markup.raw.code-fence.groovy.markdown-gfm
source.groovy
escape: '{{fenced_code_block_escape}}'
escape_captures:
0: meta.code-fence.definition.end.groovy.markdown-gfm
Expand Down

0 comments on commit 933e114

Please sign in to comment.