Skip to content

Commit

Permalink
Changed name for qualifier scope
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jun 14, 2018
1 parent def031a commit 00be792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntaxes/haskell.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<key>3</key>
<dict>
<key>name</key>
<string>meta.import.qualifier.haskell</string>
<string>entity.name.namespace</string>
</dict>
</dict>
<key>name</key>
Expand Down Expand Up @@ -730,7 +730,7 @@
<key>match</key>
<string>(?&lt;conid&gt;[\p{Lu}\p{Lt}][\p{Ll}_\p{Lu}\p{Lt}\p{Nd}']*(\.\g&lt;conid&gt;)?)</string>
<key>name</key>
<string>support.other.module.haskell</string>
<string>entity.name.namespace</string>
</dict>
<key>pragma</key>
<dict>
Expand Down Expand Up @@ -853,7 +853,7 @@
<key>match</key>
<string>\b[\p{Lu}\p{Lt}][\p{Ll}_\p{Lu}\p{Lt}\p{Nd}']*(?=\.)</string>
<key>name</key>
<string>meta.import.qualifier.haskell</string>
<string>entity.name.namespace</string>
</dict>
<dict>
<key>include</key>
Expand Down

0 comments on commit 00be792

Please sign in to comment.