issues
search
mathworks
/
MATLAB-Language-grammar
This repository contains a regular expression based language grammar for MATLAB to be used by GitHub Linguist for highlighting MATLAB code on GitHub
50
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Handle function declarations without parens. Fixes #41
#42
rlivings39
closed
3 years ago
0
Function definitions without parens highlighted incorrectly
#41
rlivings39
closed
3 years ago
0
Add variable injection from `vscode-matlab`
#40
ghost
closed
3 years ago
0
Fix import module and `varargin{:}` highlighting
#39
ghost
closed
3 years ago
2
Grammar overhaul
#38
ghost
closed
3 years ago
5
Inline improvements for command syntax
#37
ghost
closed
3 years ago
6
Single line block (e.g. try-catch) handling is broken
#36
rlivings39
closed
3 years ago
3
Provide different styling for section comments %%
#35
rlivings39
closed
3 years ago
1
Fix #10 #30 and add grammar tests
#34
rlivings39
closed
4 years ago
0
Travis xmllint test for grammar file
#33
rlivings39
closed
4 years ago
0
Grammar file is no longer valid XML
#32
lildude
closed
4 years ago
3
Remove invalid angle brackets. These don't seem to cause issues in vscode but a linter found them
#31
rlivings39
closed
4 years ago
0
Line continuation inside of function argument list breaks highlighting
#30
rlivings39
closed
4 years ago
0
Classdef line comment highlighting
#29
rlivings39
closed
4 years ago
0
Support line continuations in parens and brackets
#28
rlivings39
closed
4 years ago
0
MATLAB grammar inconsistencies with other languages
#27
rlivings39
closed
3 years ago
2
no coloring if ellipsis appears in classdef with multiple inheritance
#26
vr050714
closed
3 years ago
5
Fix comment highlighting after properties|events|methods|enumeration block headers
#25
rlivings39
closed
4 years ago
2
Comments after properties, enumeration, methods, events block headers highlighted incorrectly
#24
rlivings39
closed
4 years ago
0
Wrong coloring of the last function argument when it is followed by ellipsis
#23
vr050714
closed
4 years ago
4
Allow block start and end patterns to occur on lines with other code
#22
rlivings39
closed
4 years ago
0
Fix event block comment handling
#21
rlivings39
closed
4 years ago
1
Comments not highlighted in events block
#20
rlivings39
closed
4 years ago
0
Single-line if breaks highlighting
#19
rlivings39
closed
4 years ago
3
Line continuation inside of `[]` breaks highlighting
#18
rlivings39
closed
4 years ago
1
Fix property comments after semicolon and multi-line classdef
#17
rlivings39
closed
4 years ago
0
Comment after semicolon in property block isn't highlighted
#16
rlivings39
closed
4 years ago
0
Multi-line classdef incorrectly highlighted
#15
rlivings39
closed
4 years ago
1
Syntax highlighting for arguments block and improvements for property validation
#14
rlivings39
closed
5 years ago
0
Support arguments block
#13
rlivings39
closed
5 years ago
1
Add recursive highlighting for enumeration blocks
#12
rlivings39
closed
5 years ago
0
Comments not highlighted in enumeration block
#11
rlivings39
closed
5 years ago
0
Incorrect styling of transpose operator
#10
elpollodiablo84
closed
4 years ago
2
Add handling for property validation
#9
rlivings39
closed
5 years ago
1
Property validation not supported
#8
rlivings39
closed
5 years ago
0
Incorrect handling of semicolon after command syntax
#7
rlivings39
closed
3 years ago
5
Add Atom client to README
#6
rlivings39
closed
5 years ago
0
Add clients section to README
#5
rlivings39
closed
5 years ago
0
Add %i formatting syntax
#4
otaithleigh
closed
3 years ago
2
using the fixed MATLAB.tmLanguage in the previous vscode-matlab
#3
zhaouv
closed
5 years ago
0
Fix elseif, case, etc. highlighting in VSCode
#2
rlivings39
closed
5 years ago
1
Fix highlight
#1
zhaouv
closed
5 years ago
0
Previous