Fixed indent of tikz commands

This commit is contained in:
Karl Yngve Lervåg 2014-06-04 14:54:27 +02:00
parent b29119742d
commit 03ab59c3d3

View File

@ -37,8 +37,9 @@ let s:delimiters_close = '\(' . join([
\ '\\\Cright\s*\%([^\\]\|\\.\|\\\a*\)', \ '\\\Cright\s*\%([^\\]\|\\.\|\\\a*\)',
\ '\\\cbigg\?\()\|\]\|\\}\)', \ '\\\cbigg\?\()\|\]\|\\}\)',
\ ], '\|') . '\)' \ ], '\|') . '\)'
let s:tikz_commands = '\(' . join([ let s:tikz_commands = '\\\(' . join([
\ 'draw', \ 'draw',
\ 'fill',
\ 'path', \ 'path',
\ 'node', \ 'node',
\ 'add\(legendentry\|plot\)', \ 'add\(legendentry\|plot\)',