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

Modify changed type name: uri → url #10

Closed
wants to merge 1 commit into from

Conversation

kanghyojun
Copy link
Member

@kanghyojun kanghyojun commented May 29, 2018

Since uri changed its name to url on Nirum 0.4.0, It has to be applied to syntax highlighter as well.

Please review this PR. @dahlia

@kanghyojun kanghyojun self-assigned this May 29, 2018
@kanghyojun kanghyojun requested a review from dahlia May 29, 2018 02:20
@@ -19,7 +19,7 @@ syn keyword NirumPrimitiveNumberType bigint decimal int32 int64 float32 float64
syn keyword NirumPrimitiveStringType text binary
syn keyword NirumPrimitiveTimeType datetime date
syn keyword NirumPrimitiveBoolType bool
syn keyword NirumPrimitiveEtcType uuid uri
syn keyword NirumPrimitiveEtcType uuid url
Copy link
Member

Choose a reason for hiding this comment

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

Until the minor version of the Nirum compiler (0.4.0), both names coexist. Could we highlight deprecated or obsolete keywords in a different way from others? E.g., red background.

@kanghyojun kanghyojun closed this Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants