diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 23:25:06 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 23:25:06 +0200 |
commit | 114a93bb7c73443d4d0caf9bd9c1875bb96d9d62 (patch) | |
tree | 147fd27a288ed8f6e3c361cab884db3a38483354 /syntax/xsl.vim | |
parent | f3ab28a28761b6cd606833585c552490a1f5efe1 (diff) | |
download | vim-polyglot-114a93bb7c73443d4d0caf9bd9c1875bb96d9d62.tar.gz vim-polyglot-114a93bb7c73443d4d0caf9bd9c1875bb96d9d62.zip |
Migrate ftdetect generation to ruby
Diffstat (limited to 'syntax/xsl.vim')
-rw-r--r-- | syntax/xsl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/xsl.vim b/syntax/xsl.vim index af423444..c24d978c 100644 --- a/syntax/xsl.vim +++ b/syntax/xsl.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'xls') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'xsl') == -1 " Vim syntax file " Language: XSLT 1.0 |