Navigation Menu

Skip to content

Commit

Permalink
minor tweaks in the console highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Sep 19, 2017
1 parent c9246bb commit 6fca5e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Console.tmLanguage
Expand Up @@ -33,13 +33,13 @@
</dict>
<dict>
<key>match</key>
<string>src |lib |platformio.ini |Compiling|Archiving|Updating|Uninstalling|Indexing|Downloading\.{3}|Unpacking\.{3}|Converting|Linking|Building|Calculating size|Collected|Processing|LibraryManager:|Library Storage:|\`[a-zA-Z\s\-\%\_\,\.]*\`*</string>
<string>src |lib |platformio.ini |Generating partitions|Compiling|Archiving|Updating|Uninstalling|Indexing|Downloading\.{3}|Unpacking\.{3}|Converting|Linking|Building|Calculating size|Collected|Processing|LibraryManager:|Library Storage:|\`[a-zA-Z\s\-\%\_\,\.]*\`*</string>
<key>name</key>
<string>entity.name.function</string>
</dict>
<dict>
<key>match</key>
<string>(platform:|board:|framework:|build_flags:|upload_port:) (\S+)</string>
<string>(\S+:) (\S+)</string>
<key>captures</key>
<dict>
<key>1</key>
Expand Down Expand Up @@ -109,7 +109,7 @@
</dict>
<dict>
<key>match</key>
<string>text |data |bss |dec |hex |filename </string>
<string>text |data |bss |dec |hex |filename</string>
<key>name</key>
<string>entity.name.tag.xml</string>
</dict>
Expand Down

0 comments on commit 6fca5e9

Please sign in to comment.