Packages
Packages copied to clipboard
Syntax highlighting files shipped with Sublime Text and Sublime Merge
This PR is introduced to track changes on develop/latex branch, which is intented to be used to collect and review various improvements implemented by @ngc92 without creating too much noise...
- Fixes highlighting of unknown generic types - Adds stacking of `storage.type` under `support.type`
This PR adds support for the `DocStrip` format of TeX, used by many LaTeX packages to specify their installation. https://www.texlive.info/CTAN/macros/latex/base/docstrip.pdf I've inherited from the base `TeX` syntax, and just prepended...
I'm planning to do some more work on the (La)TeX syntax. I've opened this issue to make sure that general discussion does not get lost after a particular PR is...
### What happened? The following test case fails with the digit `1` not being scoped as part of the number. ```c int x = - //^ storage.type.c // ^ keyword.operator.assignment.c...
### What happened? The Ruby SQL heredoc could use some improvement in regards to comments: Multi-line format (/* */):  Single-line format (--):  I would expect sublime to turn...
This commit adds support for pandoc style inline attributes in reference definition blocks. This kind of attributes is already supported by inline links and images. See: https://github.com/SublimeText-Markdown/MarkdownEditing/issues/712
### What happened? As of updating to the latest sublimeText, it seems like even `keys` of Hashes/Dictionaries are now highlighted as if they were regular strings. Before, they used to...
- update to syntax v2 - add variables - move comments to prototype context - add named contexts for strings & comments while making use of `meta_scope` - replace `captures:...