Skip to content

Commit

Permalink
Backport to ST4107
Browse files Browse the repository at this point in the history
Need to rename Markdown contexts from `code-spans` to `code-span`.
  • Loading branch information
deathaxe committed Mar 16, 2024
1 parent 3688a74 commit 4a306ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
strategy:
matrix:
include:
- build: 4134
packages: v4134
- build: 4143
packages: v4143
- build: 4152
packages: v4152
- build: 4107
packages: v4107
- build: 4126
packages: v4126
steps:
- uses: actions/checkout@v4
- uses: SublimeText/syntax-test-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/SCSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ contexts:
- meta_scope: comment.line.double-slash.scss comment.line.documentation.sassdoc.scss
- include: Packages/Markdown/Markdown.sublime-syntax#bold
- include: Packages/Markdown/Markdown.sublime-syntax#italic
- include: Packages/Markdown/Markdown.sublime-syntax#code-spans
- include: Packages/Markdown/Markdown.sublime-syntax#code-span
# @TODO maybe consider markdown inline links, images
- match: \@\w+(?=\s|$)
scope: entity.name.tag.documentation.sassdoc.scss
Expand Down

0 comments on commit 4a306ea

Please sign in to comment.