Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phannebohm committed Apr 18, 2024
1 parent 1ec74af commit 7335edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syntaxes/metamodelica.tmGrammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ patterns:
end: \)\s*;

# Documentation Strings
- match: (?<![=+e]\s*)((?<!\\)"([^"]|\\")*(?<!\\)")\s*;
- match: (?<!else\s*)(?<![=+]\s*)((?<!\\)"([^"]|\\")*(?<!\\)")\s*;
captures:
1:
name: comment.line
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/modelica.tmGrammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ patterns:
- include: '#annotations'

# Documentation Strings
- match: (?<![=+e]\s*)((?<!\\)"([^"]|\\")*(?<!\\)")\s*;
- match: (?<!else\s*)(?<![=+]\s*)((?<!\\)"([^"]|\\")*(?<!\\)")\s*;
captures:
1:
name: comment.line
Expand Down

0 comments on commit 7335edb

Please sign in to comment.