diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 01:32:41 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 01:32:41 +0200 |
commit | 2c726e551d90d20bcd2d78545c369864cc9038e5 (patch) | |
tree | 520615a33c966c729e70e549e859a2c01dc4ba40 /contrib/vim/syntax | |
parent | 9379ea42a9b0afd1abf705bf3300f03d8bbe79f9 (diff) |
Use CSV’s for mintages
Diffstat (limited to 'contrib/vim/syntax')
-rw-r--r-- | contrib/vim/syntax/mintage.vim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/vim/syntax/mintage.vim b/contrib/vim/syntax/mintage.vim deleted file mode 100644 index 2b03b41..0000000 --- a/contrib/vim/syntax/mintage.vim +++ /dev/null @@ -1,13 +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 /?/ |