内容简介:Prism 1.13.0 已发布,Prism 是一个轻量级、强大、优雅的语法着色库。 更新内容: 新组件 ERB PL/SQL 组件更新 JSX: Add support for plain text inside tags (#1357) Markup: Make tags greedy. Fix #1356 P...
Prism 1.13.0 已发布,Prism 是一个轻量级、强大、优雅的语法着色库。
更新内容:
新组件
ERB
PL/SQL
组件更新
JSX:
Add support for plain text inside tags (#1357)
Markup:
Make tags greedy. Fix #1356
Powershell:
Add lookbehind to fix function interpolation inside strings. Fix #1361
Rust:
Improve char pattern so that lifetime annotations are matched better. Fix #1353
主题更新
Default:
Add color for class names
Coy:
Inherit pre's height on code, so it does not break on Download page
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出WebAssembly
于航 / 电子工业出版社 / 2018-11 / 128.00元
WebAssembly是一种新的二进制格式,它可以方便地将C/C++等静态语言的代码快速地“运行”在浏览器中,这一特性为前端密集计算场景提供了无限可能。不仅如此,通过WebAssembly技术,我们还可以将基于Unity等游戏引擎开发的大型游戏快速地移植到Web端。WebAssembly技术现在已经被计划设计成W3C的标准,众多浏览器厂商已经提供了对其MVP版本标准的支持。在Google I/O ......一起来看看 《深入浅出WebAssembly》 这本书的介绍吧!