We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8364d commit a053848Copy full SHA for a053848
company-keywords.el
@@ -211,7 +211,7 @@
211
"abstract" "case" "catch" "class" "def" "do" "else" "extends" "false"
212
"final" "finally" "for" "forSome" "if" "implicit" "import" "lazy" "match"
213
"new" "null" "object" "override" "package" "private" "protected"
214
- "return" "sealed" "super" "this" "throw" "trait" "try" "true" "type" "val"
+ "return" "sealed" "super" "this" "throw" "trait" "true" "try" "type" "val"
215
"var" "while" "with" "yield")
216
;; aliases
217
(js2-mode . javascript-mode)
0 commit comments