Skip to content

Commit

Permalink
symbol list: exclude symbols in openmp statements
Browse files Browse the repository at this point in the history
  • Loading branch information
315234 committed Jul 7, 2016
1 parent b664e35 commit 590c786
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions settings/Fortran Symbol List Hide OpenMP Statements.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>meta.openmp-statement.fortran</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>0</integer>
<key>showInIndexedSymbolList</key>
<integer>0</integer>
</dict>
</dict>
</plist>

0 comments on commit 590c786

Please sign in to comment.