Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LaTeX] tabular with column width destroys syntax highlighting #1286

Closed
monofox opened this issue Nov 7, 2017 · 2 comments
Closed

[LaTeX] tabular with column width destroys syntax highlighting #1286

monofox opened this issue Nov 7, 2017 · 2 comments

Comments

@monofox
Copy link

monofox commented Nov 7, 2017

Hi,
as per the wikibook i define column width for a tabular cell in order to make proper word wrapping possible.

I'm using build 3153 of sublime text 3.

The code is following:

    \section{Termine}
	\rowcolors{2}{gray!25}{white}
	\begin{tabular}{l p{14cm}}
		\textbf{Datum} & \textbf{Veranstaltung} \\
		\hline
		\textbf{22.-24.09.17} & Delegiertenversammlung \\
		\textbf{03.10.17} & Vorbereitung Dankeschönessen 2017 und Jubiläum 2018 (Annelie, Sigi, Nicole und Christoph) \\
	\end{tabular}

And result is:
Bug Screenshot ST 3

The reason is the p{14cm} in the tabular cell alignments. It works if the p is removed, it is shown fine again. But p is a valid value.

@monofox monofox changed the title LaTeX: tabular with column width destroys syntax highlighting [LaTeX] tabular with column width destroys syntax highlighting Nov 7, 2017
@randy3k
Copy link
Contributor

randy3k commented Nov 7, 2017

#1281 has fixed it

deathaxe pushed a commit to deathaxe/sublime-packages that referenced this issue Aug 25, 2019
This PR proposes to close some already fixed issues, which were not (correctly) referenced in the fixing pull requests.

Closes sublimehq#442
Closes sublimehq#685
Closes sublimehq#691 (invalid)
Closes sublimehq#795
Closes sublimehq#807
Closes sublimehq#903
Closes sublimehq#1141
Closes sublimehq#1172
Closes sublimehq#1245
Closes sublimehq#1257
Closes sublimehq#1286
Closes sublimehq#1320
Closes sublimehq#1357
Closes sublimehq#1382 (wontfix)
Closes sublimehq#1403
Closes sublimehq#1451
Closes sublimehq#1453 (maybe)
Closes sublimehq#1472
Closes sublimehq#1495
Closes sublimehq#1540
Closes sublimehq#1542
Closes sublimehq#1565
Closes sublimehq#1576
Closes sublimehq#1625
Closes sublimehq#1880
Closes sublimehq#1898
Closes sublimehq#1940 (invalid)
@wbond
Copy link
Member

wbond commented Oct 24, 2019

This issue has been solved by a previous commit, hence it is being closed.

@wbond wbond closed this as completed Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants