diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-14 13:17:26 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-14 13:17:26 +0200 |
commit | 14dc82fc4e6c0c08078f97a24a6c1639c1cc5113 (patch) | |
tree | dea8d2398a9377a0eee7786776e3cd420ce1ee89 /syntax/razor.vim | |
parent | e86e0ad36ef9501acbc3e8c63a1d4fab104e47cb (diff) | |
download | vim-polyglot-14dc82fc4e6c0c08078f97a24a6c1639c1cc5113.tar.gz vim-polyglot-14dc82fc4e6c0c08078f97a24a6c1639c1cc5113.zip |
Update
Diffstat (limited to 'syntax/razor.vim')
-rw-r--r-- | syntax/razor.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/syntax/razor.vim b/syntax/razor.vim index af18d75c..63c08cf3 100644 --- a/syntax/razor.vim +++ b/syntax/razor.vim @@ -52,5 +52,4 @@ hi def link rNamespace Type let b:current_syntax = "razor" - endif |