Skip to content

Commit 2b985cb

Browse files
authored
added matplotlib python keyword
1 parent 402f2c8 commit 2b985cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de/dreamlab/dash/KeywordLookup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public KeywordLookup()
6161
setLanguage("PHP", "php", "wordpress", "drupal", "zend", "laravel", "yii", "joomla", "ee", "codeigniter", "cakephp", "phpunit", "symfony", "typo3", "twig", "smarty", "phpp"); // PhpStorm
6262
setLanguage("Play", "playjava"); // IntelliJ; uncertain
6363
setLanguage("Puppet", "puppet"); // RubyMine, PyCharm
64-
setLanguage("Python", new PythonSdkVersionDependentKeyword("python2", "python3"), "python", "django", "twisted", "sphinx", "flask", "tornado", "sqlalchemy", "numpy", "scipy", "salt", "cvp"); // PyCharm
64+
setLanguage("Python", new PythonSdkVersionDependentKeyword("python2", "python3"), "python", "django", "twisted", "sphinx", "flask", "tornado", "sqlalchemy", "numpy", "scipy", "salt", "cvp", "matplotlib"); // PyCharm
6565
setLanguage("ruby", "ruby", "rubygems", "rails"); // RubyMine
6666
setLanguage("Smarty", "smarty"); // PhpStorm
6767
setLanguage("SmartyConfig", "smarty"); // PhpStorm

0 commit comments

Comments
 (0)