We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4036233 commit 536832eCopy full SHA for 536832e
syntaxes/sas.tmLanguage.json
@@ -76,6 +76,31 @@
76
}
77
]
78
},
79
+ {
80
+ "begin": "(?i)proc(\\s|/\\*.*?\\*/)*rlang",
81
+ "end": "(?i)(?=(run|quit)(\\s|/\\*.*?\\*/)*;|(data|proc|%macro)\\b[^;]*;)",
82
+ "name": "sas.proc.rlang",
83
+ "patterns": [
84
85
+ "include": "#strings-or-comments"
86
+ },
87
88
+ "begin": "(?i)(?<=\\bsubmit|\\binteractive|\\bi)(\\s|/\\*.*?\\*/)*;",
89
+ "end": "(?i)(endsubmit|endinteractive)(\\s|/\\*.*?\\*/)*;",
90
+ "name": "source.r",
91
+ "beginCaptures": {
92
+ "0": {
93
+ "name": "strange_bug"
94
+ }
95
96
97
98
+ "include": "source.r"
99
100
+ ]
101
102
103
104
{
105
"begin": "(?i)data\\b.*?;",
106
"end": "(?i)(?=(run|quit)(\\s|/\\*.*?\\*/)*;|(data|proc|%macro)\\b[^;]*;)",
0 commit comments