Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions vala-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ casts and declarations are fontified. Used on level 2 and higher."
(c-lang-defconst c-primary-expr-kwds
vala '("this" "base" "result" "global"))

;; We need to treat namespace as an outer block to class indenting
;; works properly.
(c-lang-defconst c-other-block-decl-kwds
vala '("namespace" "extern"))

;; We need to include the "in" for the foreach
(c-lang-defconst c-other-kwds
vala '("in" "sizeof" "typeof"))
Expand Down