Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-08 | Update typst syntax (#389) | Gaspartcho | |
* Update language_typst.lua * Update manifest.json * Commited suggestion Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_typst.lua * Update language_typst.lua * Update language_typst.lua - added suggestions concerning strings - added extra highlight for direct variable use (`Hello #name!`) --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2024-02-10 | Add support for Typst syntax (#361) | Gaspartcho | |
* Update manifest.json * Create language_typst.lua * Bumped the version of meta_languages from 0.1.5 to 0.1.6 * Update language_typst.lua passed the sub-syntax in local Commented out the code that would not work for now * Update language_typst.lua Deleted the part where it created new token types (not going to be used anyway) Commented out any part where it said "bold" or "italic". * Update language_typst.lua * Update language_typst.lua * Update plugins/language_typst.lua Allows also tabs |