Skip to content

Commit

Permalink
Refactor syntax
Browse files Browse the repository at this point in the history
Fixes #128
Fixes #153
Fixes #203
Fixes #212
Fixes #214
Fixes #215
Fixes #221
Fixes #248
Fixes #250
Fixes #252
  • Loading branch information
deathaxe committed Aug 25, 2024
1 parent f7b652f commit 38697ca
Show file tree
Hide file tree
Showing 5 changed files with 1,110 additions and 253 deletions.
3 changes: 1 addition & 2 deletions CoffeeScript Literate.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ contexts:
| [ ]{,3}(?<marker>[-*_])([ ]{,2}\k<marker>){2,}[ \t]*+$
)
push:
- include: block_raw
- include: heading
- include: separator
- match: ^
Expand All @@ -175,7 +174,7 @@ contexts:
pop: true
- include: inline
block_raw:
- include: scope:source.coffee
- include: scope:source.coffee#script
bold:
- match: |-
(?x)
Expand Down
Loading

0 comments on commit 38697ca

Please sign in to comment.