Skip to content

Commit

Permalink
Support interpolations in attrset-or-function
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Feb 5, 2021
1 parent b21d151 commit 2a7db0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/nix.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
<array>
<dict>
<key>begin</key>
<string>(?=(\s*\}|\"|\binherit\b|\b[a-zA-Z\_][a-zA-Z0-9\_\'\-]*(\s*\.|\s*=[^=])))</string>
<string>(?=(\s*\}|\"|\binherit\b|\$\{|\b[a-zA-Z\_][a-zA-Z0-9\_\'\-]*(\s*\.|\s*=[^=])))</string>
<key>end</key>
<string>(?=([\])};,]|\b(else|then)\b))</string>
<key>patterns</key>
Expand Down

0 comments on commit 2a7db0f

Please sign in to comment.