用户登录
用户注册

分享至

在无扩展名文件上突出显示 Eclipse 语法?

  • 作者: 説好的25905213
  • 来源: 51数据库
  • 2023-01-29

问题描述

I have a perl CGI script that needs to have a specific extensionless filename to run correctly from the software that uses it. I'm using Eclipse 3.7.0 on Ubuntu 11.04 Linux as my IDE, and it's not highlighting syntax on the file nor using the limited autocomplete features (like adding a second closing tag for things like quotes and various brackets). Right click> properties on the file reveals that the OS seems to know it's a perl script, but Eclipse evidently does not. Can I somehow tell Eclipse to use the perl syntax highlighter for all extensionless files? Or, failing that, for this specific file?

解决方案

Found the solution to this, thought I might throw it in here if someone has a similar problem later and runs into this.

What I did was create a link to the script, and gave the link a .pl extension. This happily caused Eclipse to parse the syntax correctly. Problem solved.

软件
前端设计
程序设计
Java相关