view runtime/ftplugin/mma.vim @ 25837:a4b393ed287e

Correct Spanish translations Commit: https://github.com/vim/vim/commit/da0b497c6e4e01447669773a931b0eaa5ca757f3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 21 21:04:01 2021 +0200 Correct Spanish translations
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Sep 2021 21:15:03 +0200
parents 7cfe57329284
children 7c7432a53a6c
line wrap: on
line source

" Vim filetype plugin file
" Language:	Mathematica
" Maintainer:	Ian Ford <ianf@wolfram.com>
" Last Change:	22 January 2019

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
	finish
endif

" Don't load another plugin for this buffer
let b:did_ftplugin = 1

let b:undo_ftplugin = "setlocal commentstring<"

setlocal commentstring=\(*%s*\)