Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev committed Aug 2, 2023
1 parent 29208b3 commit 30646f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/syntaxes/ftd.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
{
"name": "entity.name.function",
"match": "(--\\s*)(\\w+.*):",
"match": "^(--\\s*)([\\w$\\-_. ]+)(?=\\s*:\\s)",
"captures": {
"1": { "name": "punctuation.definition.section.start.ftd" },
"2": { "name": "entity.name.function" }
}
},
},
{
"name": "entity.section.end.ftd",
"match": "(--\\s*)(end:)\\s*((?:\\w+[\\-\\.\\w]*)+)",
Expand Down

0 comments on commit 30646f6

Please sign in to comment.