File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -230,13 +230,6 @@ Returns keywords suitable for `font-lock-keywords'."
230
230
(2 (symbol-value 'purescript-keyword-face ) nil lax))
231
231
232
232
(, reservedsym 1 (symbol-value 'purescript-operator-face ))
233
- ; ; Special case for `foreign export'
234
- ; ; keywords in foreign export statements but are not otherwise reserved.
235
- (" \\ <\\ (foreign\\ )[ \t ]+\\ (export\\ )[ \t ]+\\ (?:\\ (ccall\\ |stdcall\\ |cplusplus\\ |jvm\\ |dotnet\\ )[ \t ]+\\ )?"
236
- (1 (symbol-value 'purescript-keyword-face ) nil lax)
237
- (2 (symbol-value 'purescript-keyword-face ) nil lax)
238
- (3 (symbol-value 'purescript-keyword-face ) nil lax))
239
-
240
233
; ; Toplevel Declarations.
241
234
; ; Place them *before* generic id-and-op highlighting.
242
235
(, topdecl-var (1 (symbol-value 'purescript-definition-face )))
You can’t perform that action at this time.
0 commit comments