Skip to content

Commit

Permalink
add setting to exclude modules from autocompletion [issue #35]
Browse files Browse the repository at this point in the history
  • Loading branch information
ostinelli committed Sep 25, 2012
1 parent 65c1017 commit b388f39
Show file tree
Hide file tree
Showing 5 changed files with 1,800 additions and 1,761 deletions.
6 changes: 5 additions & 1 deletion SublimErl.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

// Skip Erlang libs that match the regex
"completion_skip_erlang_libs": [
"^[cC]os[A-Z].+"
"^[cC]os[A-Z].+",
".*orber.*",
"^oe_.+",
"^megaco_.+",
".*wx.*"
]
}
Loading

0 comments on commit b388f39

Please sign in to comment.