-
Notifications
You must be signed in to change notification settings - Fork 50
Multiple fixes #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Multiple fixes #94
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
3d38dc9
attribute and type fixes.
omniomi b285376
Merge branch 'master' into fix-attributes
omniomi dd78db5
rework attributes
omniomi 8ec4203
fix ints within attribute
omniomi 596b74d
type definition within attributes
omniomi fb3ed1f
fix strings in attribute
omniomi ce8b481
fix case for string include
omniomi ffe674a
Merge branch 'master' into fix-attributes
omniomi 43adc5c
rescope types and attributes.
omniomi d684275
correct comments inline with attribute
omniomi 8a1eccd
rescope variables.
omniomi 363abb3
change end captures for attribute
omniomi 3b3b6b7
fix double quoted strings.
omniomi 3443647
rescope variable token for cosmetic reasons
omniomi 9054995
first pass at fixing indices
omniomi 5e1cd60
fix types and indices
omniomi 4a76e10
fix digits in types (removed by accident.)
omniomi 350afda
fix new line between ) and ] on attribute.
omniomi 245b933
Merge branch 'master' into fix-attributes
omniomi f2d596e
restructure for CI
omniomi 9643d45
setup build scripts
omniomi 71e76aa
add spec file
omniomi cb17b0c
build script tweaks
omniomi a167d30
rescope comments
omniomi 0304912
add build file to test step
omniomi ee6cf1a
add self to attribute
omniomi 99dbcc4
advanced function tests.
omniomi 5eb93a1
better descriptions for automatic tests
omniomi 9fa738f
make the build script pretty
omniomi 71ccafc
appveyor -> run tests
omniomi b4005bf
fix section name
omniomi 8653186
fix atom path variable
omniomi 8d9f7fd
add exit condition
omniomi ca322d2
class specs
omniomi 3732a5c
fix variable scope
omniomi 59b6411
variable scoping - closing brace
omniomi ed9efd6
correct hashtable scopes
omniomi acbb1c7
rescope numerics.
omniomi a46c5ac
remove redundancy.
omniomi 3444f13
missed a numeric scope.
omniomi 4513595
fix range operator for negative numbers
omniomi 4fdc78d
scope array tokens
omniomi 7b0e5a3
correct interpolation parens scope
omniomi e8d79c2
scriptblock scopes
omniomi 31f82c9
the big spec file... first half.
omniomi cd98976
fix xml typo
omniomi ba1c16d
fix xml typo
omniomi 1221f4b
stop parameter names that match keywords from highlighting
omniomi 0eec1d0
add default keyword
omniomi 6e7ff50
tweak function keyword scopes.
omniomi 6963b0d
Make build.ps1 crossplatform
vors d10981b
stop function end capture from clobbering other scopes
omniomi 1ac11a7
more scoping in big test file.
omniomi aed153e
remove dependence on build.ps1
omniomi cbb0735
remove dependence on build.ps1
omniomi 825f177
Merge pull request #1 from vors/fix-attributes-fix-build-mac
omniomi e604866
comments between function def and K&R bracket
omniomi 12230bb
Update readme.
omniomi bb2087b
correct subexpression punctuation scopes.
omniomi 36b6140
finish big spec file.
omniomi e544dbc
change test to a switch param in build.ps1
omniomi 1571f62
newline at EOF
omniomi 608a859
fix email addresses within strings
omniomi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
syntaxes/ | ||
tools/node_modules/ | ||
grammars/ | ||
node_modules/ | ||
atom/ | ||
atom.zip | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: add new line at the end of file (here and in other files)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reasoning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, Google told me. Will do.