|
| 1 | +!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ |
| 2 | +!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ |
| 3 | +!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/ |
| 4 | +!_TAG_PROGRAM_AUTHOR Universal Ctags Team // |
| 5 | +!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/ |
| 6 | +!_TAG_PROGRAM_URL https://ctags.io/ /official site/ |
| 7 | +!_TAG_PROGRAM_VERSION 0.0.0 /3fdf28bc/ |
| 8 | +DisableEmbedsforCodeblocksWithLang syntax/pandoc.vim /^function! DisableEmbedsforCodeblocksWithLang(langname)$/;" f |
| 9 | +EnableEmbedsforCodeblocksWithLang syntax/pandoc.vim /^function! EnableEmbedsforCodeblocksWithLang(entry)$/;" f |
| 10 | +Features README.md /^## Features$/;" s |
| 11 | +Installation README.md /^## Installation$/;" s |
| 12 | +PandocHighlight syntax/pandoc.vim /^command! -buffer -nargs=1 -complete=syntax PandocHighlight call EnableEmbedsforCodeblocksWithLan/;" c |
| 13 | +PandocUnhighlight syntax/pandoc.vim /^command! -buffer -nargs=1 -complete=syntax PandocUnhighlight call DisableEmbedsforCodeblocksWith/;" c |
| 14 | +Requirements README.md /^## Requirements$/;" s |
| 15 | +Screenshots README.md /^## Screenshots$/;" s |
| 16 | +Standalone README.md /^### Standalone$/;" S |
| 17 | +b:current_syntax syntax/pandoc.vim /^let b:current_syntax = "pandoc"$/;" v |
| 18 | +g:pandoc#syntax#codeblocks#embeds#langs syntax/pandoc.vim /^ let g:pandoc#syntax#codeblocks#embeds#langs = []$/;" v |
| 19 | +g:pandoc#syntax#codeblocks#embeds#use syntax/pandoc.vim /^ let g:pandoc#syntax#codeblocks#embeds#use = 1$/;" v |
| 20 | +g:pandoc#syntax#codeblocks#ignore syntax/pandoc.vim /^ let g:pandoc#syntax#codeblocks#ignore = []$/;" v |
| 21 | +g:pandoc#syntax#colorcolumn syntax/pandoc.vim /^ let g:pandoc#syntax#colorcolumn = 0$/;" v |
| 22 | +g:pandoc#syntax#conceal#backslash syntax/pandoc.vim /^ let g:pandoc#syntax#conceal#backslash = 0$/;" v |
| 23 | +g:pandoc#syntax#conceal#blacklist syntax/pandoc.vim /^ let g:pandoc#syntax#conceal#blacklist = []$/;" v |
| 24 | +g:pandoc#syntax#conceal#urls syntax/pandoc.vim /^ let g:pandoc#syntax#conceal#urls = 0$/;" v |
| 25 | +g:pandoc#syntax#conceal#use syntax/pandoc.vim /^ let g:pandoc#syntax#conceal#use = 0$/;" v |
| 26 | +g:pandoc#syntax#conceal#use syntax/pandoc.vim /^ let g:pandoc#syntax#conceal#use = 1$/;" v |
| 27 | +g:pandoc#syntax#newlines syntax/pandoc.vim /^ let g:pandoc#syntax#newlines = 1$/;" v |
| 28 | +g:pandoc#syntax#protect#codeblocks syntax/pandoc.vim /^ let g:pandoc#syntax#protect#codeblocks = 1$/;" v |
| 29 | +g:pandoc#syntax#roman_lists syntax/pandoc.vim /^ let g:pandoc#syntax#roman_lists = 0$/;" v |
| 30 | +g:pandoc#syntax#style#emphases syntax/pandoc.vim /^ let g:pandoc#syntax#style#emphases = 1$/;" v |
| 31 | +g:pandoc#syntax#style#underline_special syntax/pandoc.vim /^ let g:pandoc#syntax#style#underline_special = 1$/;" v |
| 32 | +g:pandoc#syntax#use_definition_lists syntax/pandoc.vim /^ let g:pandoc#syntax#use_definition_lists = 1$/;" v |
| 33 | +g:vim_pandoc_syntax_exists plugin/pandoc-syntax-check.vim /^let g:vim_pandoc_syntax_exists = 1$/;" v |
| 34 | +pandoc#syntax#color#Instrospect autoload/pandoc/syntax/color.vim /^function! pandoc#syntax#color#Instrospect(group)$/;" f |
| 35 | +pandoc#syntax#color#SaturationPalette autoload/pandoc/syntax/color.vim /^function! pandoc#syntax#color#SaturationPalette(hex, partitions)$/;" f |
| 36 | +s:HSV2RGB autoload/pandoc/syntax/color.vim /^function! s:HSV2RGB(h, s, v) "{{{2$/;" f |
| 37 | +s:Hex2RGB autoload/pandoc/syntax/color.vim /^function! s:Hex2RGB(hex) "{{{2$/;" f |
| 38 | +s:RGB2HSV autoload/pandoc/syntax/color.vim /^function! s:RGB2HSV(r, g, b) "{{{2$/;" f |
| 39 | +s:RGB2Hex autoload/pandoc/syntax/color.vim /^function! s:RGB2Hex(r, g, b) "{{{2$/;" f |
| 40 | +s:WithConceal syntax/pandoc.vim /^function! s:WithConceal(rule_group, rule, conceal_rule)$/;" f |
| 41 | +s:cchars syntax/pandoc.vim /^ let s:cchars = extend(s:cchars, g:pandoc#syntax#conceal#cchar_overrides)$/;" v |
| 42 | +s:cchars syntax/pandoc.vim /^ let s:cchars = {$/;" v |
| 43 | +s:hi_tail syntax/pandoc.vim /^ let s:hi_tail = ' '.s:fg.' '.s:bg$/;" v |
| 44 | +s:tmp_ui syntax/pandoc.vim /^ let s:tmp_ui = has('gui_running') || (has('termguicolors') && &termguicolors) ? 'gu/;" v |
| 45 | +s:tmp_val syntax/pandoc.vim /^ let s:tmp_val = synIDattr(synIDtrans(hlID("String")), s:i)$/;" v |
| 46 | +vim-pandoc-syntax README.md /^# vim-pandoc-syntax$/;" c |
0 commit comments