Update function definitions for syntax highlighting
See original GitHub issueTextmate’s syntax was last updated in December 2015, so there are a good amount of missing functions that have been added since then or weren’t included in the first place.
MATLAB’s documentation maintains both a categorized function list and an alphabetical function list. It also does so separately for toolbox-specific functions (e.g. Image Processing Toolbox). It would probably be worthwhile to come up with a method to scrape these and update matlab.tmLanguage
in a relatively automated fashion.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Syntax Highlight Guide | Visual Studio Code Extension API
Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords...
Read more >Working with Syntax Highlighting - KDE Documentation -
Syntax Highlighting is what makes the editor automatically display text in different styles/colors, depending on the function of the string in relation to ......
Read more >Syntax highlighting - Wikipedia
Syntax highlighting is a feature of text editors that are used for programming, scripting, or markup languages, such as HTML. The feature displays...
Read more >Syntax highlighting breaks when adding function return type ...
Syntax highlighting breaks when adding function return type (MPLS/Pylance) · Issue #14367 · microsoft/vscode-python · GitHub. Skip to content ...
Read more >Syntax Highlighting - GitLab Docs
GitLab provides syntax highlighting on all files through Highlight.js and the Rouge Ruby gem. It attempts to guess what language to use based...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should be more or less updated for R2019a now.
I’ve done a first pass but haven’t gone through and inspected too critically yet. There are a couple things that I’ve noticed for tweaks but unless I’ve missed something glaring the output shouldn’t change a whole lot.
Very cool, I missed that!
I’m traveling a bit near-term but I will try and take a look within the next couple weeks.