Skip to content

Commit

Permalink
Fix class comment (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
phannebohm authored Mar 13, 2024
1 parent 3af2761 commit bf87110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/modelica.tmGrammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ patterns:
name: support.type

# Class definitions
- begin: \b(model|class|record|block|package|function)\s+(\w+)\s*(".*")*
- begin: \b(model|class|record|block|package|function)\s+(\w+)\s*((?<!\\)"([^"]*|\\")*(?<!\\)")?
beginCaptures:
1:
name: keyword
Expand Down

0 comments on commit bf87110

Please sign in to comment.