mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
1 line
No EOL
712 B
JavaScript
1 line
No EOL
712 B
JavaScript
define(["require","exports","../test/testRunner"],(function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),(0,i.testTokenization)("julia",[[{line:"a = 1",tokens:[{startIndex:0,type:"identifier.julia"},{startIndex:1,type:""},{startIndex:2,type:"source.julia"},{startIndex:3,type:""},{startIndex:4,type:"number.julia"}]}],[{line:"b(c) = 2c",tokens:[{startIndex:0,type:"keyword.flow.julia"},{startIndex:1,type:"delimiter.parenthesis.julia"},{startIndex:2,type:"identifier.julia"},{startIndex:3,type:"delimiter.parenthesis.julia"},{startIndex:4,type:""},{startIndex:5,type:"source.julia"},{startIndex:6,type:""},{startIndex:7,type:"number.julia"},{startIndex:8,type:"identifier.julia"}]}]])})); |