package publish
This commit is contained in:
parent
d44187b04b
commit
b341ed5c6c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ syn match atsSpecial -\v\\[0-9]+-
|
||||||
|
|
||||||
syn region atsString start=+"+ end=+"+ contains=atsSpecial
|
syn region atsString start=+"+ end=+"+ contains=atsSpecial
|
||||||
syn keyword atsKeyword staload dynload overload with fun symintr include fn fnx and prfun prfn praxi castfn sortdef
|
syn keyword atsKeyword staload dynload overload with fun symintr include fn fnx and prfun prfn praxi castfn sortdef
|
||||||
syn keyword atsKeyword as lam llam fix raise of var val prval if then else addr let in begin end when where local while
|
syn keyword atsKeyword as lam llam fix raise of var val prval if then else addr let in begin end when where local while for
|
||||||
syn keyword atsKeywordTwo case ifcase
|
syn keyword atsKeywordTwo case ifcase
|
||||||
syn keyword atsKeyword stadef sta stacst assume macdef
|
syn keyword atsKeyword stadef sta stacst assume macdef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue