Skip to content

Commit

Permalink
Initial fix of issue 197 - visual confirmation only - no tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
philanderson888 committed Jan 30, 2025
1 parent 6d7f652 commit 3829cf9
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions syntaxes/brightscript.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,33 +689,6 @@
}
}
},
"if_with_paren": {
"begin": "(?i:(?<!\\.)(if)\\s*\\()",
"beginCaptures": {
"1": {
"name": "keyword.control.brs"
}
},
"patterns": [
{
"include": "#entire_language"
}
],
"end": "\b(then)|\n",
"endCaptures": {
"1": {
"name": "keyword.control.brs"
}
}
},
"function_call": {
"captures": {
"1": {
"name": "entity.name.function.brs"
}
},
"match": "(?i:\\b([a-z_][a-z0-9_]*)[ \\t]*(?=\\())"
},
"function_declaration": {
"captures": {
"1": {
Expand Down

0 comments on commit 3829cf9

Please sign in to comment.