view runtime/syntax/urlshortcut.vim @ 33728:1370bf12e8bf

Added tag v9.0.2093 for changeset 2bfde43727e9d7fe19ce0e7a5b7140726d6ad63a
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Nov 2023 21:00:08 +0100
parents 695b50472e85
children
line wrap: on
line source

" Vim syntax file
" Language:      MS Windows URL shortcut file
" Maintainer:    ObserverOfTime <chronobserver@disroot.org>
" LastChange:    2023-06-04

" Quit when a syntax file was already loaded.
if exists("b:current_syntax")
   finish
endif

" Just use the dosini syntax for now
runtime! syntax/dosini.vim

let b:current_syntax = "urlshortcut"