From 938399ba5870dde9f78e8edf7586986ad4de9736 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 27 Sep 2018 17:25:47 +0300 Subject: compiler: make endianess a filter endianess is just a bunch of bitflips anyways syntax for this is harmful as sometimes the files describe endianess itself thus filter is more flexible. Also, make it possible to filter non variable declarations as well. --- vim/filespec.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/filespec.vim') diff --git a/vim/filespec.vim b/vim/filespec.vim index ffa88ff..15664d7 100644 --- a/vim/filespec.vim +++ b/vim/filespec.vim @@ -11,7 +11,7 @@ syn region fsComment start="//" skip="\\$" end="$" keepend contains=@fs syn keyword fsKeyword select until syn keyword fsStructure enum struct -syn keyword fsConstant nul dec hex str be le true false +syn keyword fsConstant nul dec hex str true false syn match fsPrimitive "[su][1-9][0-9]*" syn case ignore -- cgit v1.2.3