Skip to content

Commit

Permalink
fix syntax highlighting for "else"
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamDman committed Jan 12, 2023
1 parent 999ec8b commit e83e634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Adds language support for the Super Factory Manager Language.",
"repository": "https://github.com/TeamDman/SuperFactoryManager",
"publisher": "TeamDman",
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"patterns": [
{
"name": "keyword.control.sfml",
"match": "\\b(IF|THEN|MOVE|FROM|TO|INPUT|OUTPUT|WHERE|SLOTS|RETAIN|EACH|TOP|BOTTOM|NORTH|EAST|SOUTH|WEST|SIDE|SELF|TICKS|SECONDS|EVERY|REDSTONE|PULSE|WORLD|PROGRAM|if|then|move|from|to|input|output|where|slots|retain|each|top|bottom|north|east|south|west|side|self|ticks|seconds|every|redstone|pulse|world|program)\\b"
"match": "\\b(IF|THEN|MOVE|FROM|TO|INPUT|OUTPUT|WHERE|SLOTS|RETAIN|EACH|TOP|BOTTOM|NORTH|EAST|SOUTH|WEST|SIDE|SELF|TICKS|SECONDS|EVERY|REDSTONE|PULSE|WORLD|PROGRAM|ELSE|if|then|move|from|to|input|output|where|slots|retain|each|top|bottom|north|east|south|west|side|self|ticks|seconds|every|redstone|pulse|world|program|else)\\b"
},
{
"name": "storage.type.name.sfml",
Expand Down

0 comments on commit e83e634

Please sign in to comment.