Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Types don't seem to highlight correctly without newlines #9

Closed
jrsconfitto opened this issue Aug 4, 2014 · 2 comments
Closed

Types don't seem to highlight correctly without newlines #9

jrsconfitto opened this issue Aug 4, 2014 · 2 comments

Comments

@jrsconfitto
Copy link
Owner

Originally, i thought that highlighting $ variables wasn't working. Turns out it is, except in the following situation:

Function Fail([string]$Message = "") {
@jrsconfitto jrsconfitto changed the title Add grammar stuff for $ variables Types don't seem to highlight correctly without newlines Oct 1, 2014
@jrsconfitto
Copy link
Owner Author

But this looks like it highlights correctly in Atom:

Function Fail(
    [string]$Message = ""
) {
    Write-Error "$Message"
    exit 1
}

@jrsconfitto
Copy link
Owner Author

Closed by #36 i think

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant