Skip to content
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

Fix lightning component syntax highlighting issues #637

Merged
merged 2 commits into from
Sep 14, 2018

Conversation

lcampos
Copy link
Contributor

@lcampos lcampos commented Sep 13, 2018

What does this PR do?

Forks the previous version of the html syntax file (https://github.com/textmate/html.tmbundle) and includes it as part of the lightning extension.

What issues does this PR fix or reference?

#573

@lcampos lcampos requested review from vazexqi and ntotten September 13, 2018 05:23
@codecov
Copy link

codecov bot commented Sep 13, 2018

Codecov Report

Merging #637 into develop will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #637      +/-   ##
===========================================
+ Coverage    74.96%   74.97%   +0.01%     
===========================================
  Files          158      158              
  Lines         6236     6243       +7     
  Branches       968      970       +2     
===========================================
+ Hits          4675     4681       +6     
- Misses        1321     1322       +1     
  Partials       240      240
Impacted Files Coverage Δ
...forcedx-vscode-core/src/commands/forceOrgCreate.ts 87.5% <0%> (-0.5%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2fa40e...5d794f0. Read the comment docs.

{
"language": "html",
"scopeName": "text.html.basic",
"path": "./syntaxes/html.tmLanguage.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this scoped to just the above extensions or will it replace all html?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it only applies to those file extensions.

@vazexqi
Copy link
Contributor

vazexqi commented Sep 14, 2018

Hmm... what license is this

https://github.com/textmate/html.tmbundle/blob/master/README.mdown#license

I don't recognize it. Could we check with our lawyers quickly @ntotten?

@@ -0,0 +1,746 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this use completely as-is or did we have to modify some things? Asking to see if there is anything I need to focus on.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I modified nothing about it, only took the previous version of it which doesn't contain the rules that check for invalid tags.

@lcampos lcampos force-pushed the lcampos/aura-tmLanguage branch from 2e69c47 to e6c871e Compare September 14, 2018 18:47
Copy link
Contributor

@vazexqi vazexqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Thanks @lcampos!

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

Successfully merging this pull request may close these issues.

3 participants