mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
Update runtime files
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
" Language: gdresource
|
||||
" Maintainer: Maxim Kim <habamax@gmail.com>
|
||||
" Filenames: *.tscn, *.tres
|
||||
" Website: https://github.com/habamax/vim-gdscript
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
let s:keepcpo = &cpo
|
||||
set cpo&vim
|
||||
|
||||
syn match gdResourceNumber "\<0x\%(_\=\x\)\+\>"
|
||||
|
Reference in New Issue
Block a user