如何在Ace Editor中找到当前加载的模式(语法)? [英] How do I find currently loaded mode (syntax) in Ace Editor?

查看:92
本文介绍了如何在Ace Editor中找到当前加载的模式(语法)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如标题所示-我如何找出Ace Editor中当前加载的模式?

Well as the title says - how do I find out what the currently loaded mode is in Ace Editor?

editor.getSession()。getMode()不能真的返回了我可以使用的任何东西-浏览了返回的对象-但找不到任何东西。

editor.getSession().getMode() does not really return anything I can use - have looked through the objects returned somewhat - but could not find anything.

editor.getTheme()向我返回了一个我可以使用的字符串但是,如果它们对模式没有做相同的事情,这似乎很有趣。

editor.getTheme() returns a string to me that I can use however - just seems funny if they did not do somewhat the same for mode

推荐答案

要检索使用的模式名称,请执行以下操作:

To retrieve the name of the mode you use:

editor.getSession().getMode().$id

这篇关于如何在Ace Editor中找到当前加载的模式(语法)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆