diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-11 02:12:47 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-11 02:12:47 +0200 |
commit | 5ca7f75d004574b2ce4f94a6820546d3efef92fe (patch) | |
tree | 920530fb0c04cc5c4c750c17ee9a65eee77d1868 /contrib/syntax | |
parent | 25987f87e61e6fd25445ea15a3a6e149e27b1c91 (diff) |
Split contrib/ into emacs/ and vim/
Diffstat (limited to 'contrib/syntax')
-rw-r--r-- | contrib/syntax/mintage.vim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/syntax/mintage.vim b/contrib/syntax/mintage.vim deleted file mode 100644 index 6327f61..0000000 --- a/contrib/syntax/mintage.vim +++ /dev/null @@ -1,12 +0,0 @@ -if exists('b:current_syntax') - finish -endif -let b:current_syntax = 'mintage' - -syntax match Comment /^\s*#.*/ -syntax match Number /[0-9.]\+/ -syntax match Identifier /\v\d{4}(-\S+)?/ -syntax match String /"[^"]\{-}"/ - -" ‘Todo’ is semantically a better syntax group, but it looks bad -syntax match Error /?/ |