Skip to content

Commit

Permalink
Add support to new import statement v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinzbarbuto committed Sep 12, 2024
1 parent 3deb853 commit a58711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/lflang.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
},
"import-statement": {
"begin": "(?=^\\s*import\\b)",
"end": ";|(?<=\")\\s*$|(?<=>)\\s*$",
"end": ";|(?<=\")\\s*$",
"patterns": [
{
"include": "#context-insensitive"
Expand Down

0 comments on commit a58711b

Please sign in to comment.