diff options
Diffstat (limited to 'src/nvim/syntax.h')
-rw-r--r-- | src/nvim/syntax.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/syntax.h b/src/nvim/syntax.h index c56624bc37..4fcfaac074 100644 --- a/src/nvim/syntax.h +++ b/src/nvim/syntax.h @@ -1,5 +1,4 @@ -#ifndef NVIM_SYNTAX_H -#define NVIM_SYNTAX_H +#pragma once #include <stdbool.h> @@ -37,5 +36,3 @@ extern const char *const highlight_init_cmdline[]; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "syntax.h.generated.h" #endif - -#endif // NVIM_SYNTAX_H |