File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ No known issues.
2424
2525## Release Notes
2626
27+ ### 0.0.9
28+
29+ Fixed issue #5 causing comments not to display properly
30+
2731### 0.0.8
2832
2933Added missing language elements and relational operators
Original file line number Diff line number Diff line change 99 },
1010 "icon" : " assets/images/bitloops-language-logo-256x256.png" ,
1111 "license" : " MIT" ,
12- "version" : " 0.0.8 " ,
12+ "version" : " 0.0.9 " ,
1313 "scripts" : {
1414 "vs:package" : " vsce package" ,
1515 "vs:publish" : " vsce publish"
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json" ,
33 "name" : " Bitloops" ,
44 "patterns" : [
5- {
6- "include" : " #keywords"
7- },
85 {
96 "include" : " #numeric"
107 },
1714 {
1815 "include" : " #variables"
1916 },
20- {
21- "include" : " #comments"
22- },
2317 {
2418 "include" : " #bitloopsClasses"
2519 },
2620 {
2721 "include" : " #myClasses"
22+ },
23+ {
24+ "include" : " #comments"
25+ },
26+ {
27+ "include" : " #keywords"
2828 }
2929 ],
3030 "repository" : {
119119 "patterns" : [
120120 {
121121 "name" : " comment.line.double-slash.bitloops" ,
122- "match" : " / /.*$"
122+ "match" : " \\ / \\ /.*? $"
123123 },
124124 {
125125 "name" : " comment.block.bitloops" ,
You can’t perform that action at this time.
0 commit comments