Skip to content

Commit

Permalink
added array string def
Browse files Browse the repository at this point in the history
thanks to dogmacreative
  • Loading branch information
rjmoggach committed Jun 22, 2014
1 parent 951abb0 commit 0f8a7db
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Nunjucks.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@

<dict>
<key>begin</key>
<string>{%</string>
<array>
<string>{%</string>
<string>{%-</string>
</array>
<key>captures</key>
<dict>
<key>0</key>
Expand All @@ -71,7 +74,10 @@
</dict>
</dict>
<key>end</key>
<string>%}</string>
<array>
<string>%}</string>
<string>-%}</string>
</array>
<key>name</key>
<string>storage.type.templatetag.nunjucks</string>
<key>patterns</key>
Expand Down

1 comment on commit 0f8a7db

@xaviervalarino
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modifying my Packages folder as outlined in customizing packages over at pacakgecontrol.io and switching out the XML in .tmLanguage seemes to fix the issue I had related to #3. Using Sublime Text 3083 on OSX

Please sign in to comment.