Skip to content

Commit a053848

Browse files
committed
Sort alphabetically, to appease a test
1 parent 9c8364d commit a053848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

company-keywords.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"abstract" "case" "catch" "class" "def" "do" "else" "extends" "false"
212212
"final" "finally" "for" "forSome" "if" "implicit" "import" "lazy" "match"
213213
"new" "null" "object" "override" "package" "private" "protected"
214-
"return" "sealed" "super" "this" "throw" "trait" "try" "true" "type" "val"
214+
"return" "sealed" "super" "this" "throw" "trait" "true" "try" "type" "val"
215215
"var" "while" "with" "yield")
216216
;; aliases
217217
(js2-mode . javascript-mode)

0 commit comments

Comments
 (0)