Fixed indent of tikz commands
This commit is contained in:
parent
b29119742d
commit
03ab59c3d3
@ -37,8 +37,9 @@ let s:delimiters_close = '\(' . join([
|
||||
\ '\\\Cright\s*\%([^\\]\|\\.\|\\\a*\)',
|
||||
\ '\\\cbigg\?\()\|\]\|\\}\)',
|
||||
\ ], '\|') . '\)'
|
||||
let s:tikz_commands = '\(' . join([
|
||||
let s:tikz_commands = '\\\(' . join([
|
||||
\ 'draw',
|
||||
\ 'fill',
|
||||
\ 'path',
|
||||
\ 'node',
|
||||
\ 'add\(legendentry\|plot\)',
|
||||
|
Loading…
Reference in New Issue
Block a user